aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sh/Kconfig
blob: e41fcce27013d2952e1dbe2cacf8d5cdf9efb0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ALSA SH drivers

menu "SUPERH devices"
	depends on SND!=n && SUPERH

config SND_AICA
	tristate "Dreamcast Yamaha AICA sound"
	depends on SH_DREAMCAST && SND
	select SND_PCM
	help
	  ALSA Sound driver for the SEGA Dreamcast console.

config SND_SH_DAC_AUDIO
        tristate "SuperH DAC audio support"
        depends on SND
        depends on CPU_SH3
        select SND_PCM
	help
	  Alsa Sound driver for the HP Jornada 620/660/680/690.

endmenu