Kconfig (b981d8b3f5e008ff10d993be633ad00564fc22cd) Kconfig (89fe5117928b2c1272c9376362131ded561c91ad)
1# ALSA SH drivers
2
1# ALSA SH drivers
2
3menu "SUPERH devices"
4 depends on SND!=n && SUPERH
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.
5
11
12if SND_SUPERH
13
6config SND_AICA
7 tristate "Dreamcast Yamaha AICA sound"
14config SND_AICA
15 tristate "Dreamcast Yamaha AICA sound"
8 depends on SH_DREAMCAST && SND
16 depends on SH_DREAMCAST
9 select SND_PCM
10 help
11 ALSA Sound driver for the SEGA Dreamcast console.
12
17 select SND_PCM
18 help
19 ALSA Sound driver for the SEGA Dreamcast console.
20
13endmenu
21endif # SND_SUPERH
14
22