https://github.com/torvalds/linux
Raw File
Tip revision: 29e8c3c304b62f31b799565c9ee85d42bd163f80 authored by Linus Torvalds on 05 March 2008, 04:33:54 UTC
Linux 2.6.25-rc4
Tip revision: 29e8c3c
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