Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: c9927c2bf4f45bb85e8b502ab3fb79ad6483c244 authored by Linus Torvalds on 24 October 2007, 03:50:57 UTC
Linux 2.6.24-rc1
Tip revision: c9927c2
Kconfig
menu "Apple Onboard Audio driver"
	depends on SND!=n && PPC_PMAC

config SND_AOA
	tristate "Apple Onboard Audio driver"
	depends on SND
	select SND_PCM
	---help---
	This option enables the new driver for the various
	Apple Onboard Audio components.

source "sound/aoa/fabrics/Kconfig"

source "sound/aoa/codecs/Kconfig"

source "sound/aoa/soundbus/Kconfig"

endmenu
back to top