GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / sh / Kconfig
blob61139f3c1614186a28c91c77aa6e74fe3c750483
1 # ALSA SH drivers
3 menuconfig 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.
12 if SND_SUPERH
14 config SND_AICA
15         tristate "Dreamcast Yamaha AICA sound"
16         depends on SH_DREAMCAST
17         select SND_PCM
18         select G2_DMA
19         help
20           ALSA Sound driver for the SEGA Dreamcast console.
22 config 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.
30 endif   # SND_SUPERH