https://github.com/torvalds/linux
Raw File
Tip revision: 6fc32179de9e14c542e0b1760e412bc670611c53 authored by Linus Torvalds on 07 August 2005, 18:18:56 UTC
Linux 2.6.13-rc6
Tip revision: 6fc3217
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