Revision 9e32a510afa62c0d548d78572031e6112d21e0ea authored by Ralf Baechle on 31 October 2007, 00:08:06 UTC, committed by Ralf Baechle on 02 November 2007, 16:13:46 UTC
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 54866f0
Raw File
Kconfig
# ALSA MIPS drivers

menu "ALSA MIPS devices"
	depends on SND!=n && MIPS

config SND_AU1X00
	tristate "Au1x00 AC97 Port Driver"
	depends on (SOC_AU1000 || SOC_AU1100 || SOC_AU1500) && SND
	select SND_PCM
	select SND_AC97_CODEC
	help
	  ALSA Sound driver for the Au1x00's AC97 port.

endmenu

back to top