blob: 61139f3c1614186a28c91c77aa6e74fe3c750483 [file] [log] [blame]
Adrian McMenamin198de432007-05-18 14:26:59 +02001# ALSA SH drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig 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
Adrian McMenamin198de432007-05-18 14:26:59 +020013
14config SND_AICA
15 tristate "Dreamcast Yamaha AICA sound"
Takashi Iwai89fe5112008-05-23 16:10:37 +020016 depends on SH_DREAMCAST
Adrian McMenamin198de432007-05-18 14:26:59 +020017 select SND_PCM
Paul Mundt40f49e72009-03-17 12:47:56 +090018 select G2_DMA
Adrian McMenamin198de432007-05-18 14:26:59 +020019 help
20 ALSA Sound driver for the SEGA Dreamcast console.
21
Rafael Ignacio Zurita9dcaa7b2009-11-03 17:16:27 -030022config 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
Takashi Iwai89fe5112008-05-23 16:10:37 +020030endif # SND_SUPERH
Adrian McMenamin198de432007-05-18 14:26:59 +020031