]> bbs.cooldavid.org Git - net-next-2.6.git/blame - sound/sh/Kconfig
Net: can: Makefile: Remove deprecated kbuild goal definitions
[net-next-2.6.git] / sound / sh / Kconfig
CommitLineData
198de43d
AM
1# ALSA SH drivers
2
89fe5117
TI
3menuconfig SND_SUPERH
4 bool "SUPERH sound devices"
5 depends on SUPERH
6 default y
7 help
8 Support for sound devices specific to SUPERH architectures.
9 Drivers that are implemented on ASoC can be found in
10 "ALSA for SoC audio support" section.
11
12if SND_SUPERH
198de43d
AM
13
14config SND_AICA
15 tristate "Dreamcast Yamaha AICA sound"
89fe5117 16 depends on SH_DREAMCAST
198de43d 17 select SND_PCM
40f49e7e 18 select G2_DMA
198de43d
AM
19 help
20 ALSA Sound driver for the SEGA Dreamcast console.
21
9dcaa7b2
RIZ
22config SND_SH_DAC_AUDIO
23 tristate "SuperH DAC audio support"
24 depends on SND
25 depends on CPU_SH3 && HIGH_RES_TIMERS
26 select SND_PCM
27 help
28 Say Y here to include support for the on-chip DAC.
29
89fe5117 30endif # SND_SUPERH
198de43d 31