https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 7e125f7b9cbfce4101191b8076d606c517a73066 authored by Linus Torvalds on 24 May 2010, 15:05:29 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Tip revision: 7e125f7
Kconfig
menuconfig SND_AOA
	tristate "Apple Onboard Audio driver"
	depends on PPC_PMAC
	select SND_PCM
	---help---
	This option enables the new driver for the various
	Apple Onboard Audio components.

if SND_AOA

source "sound/aoa/fabrics/Kconfig"

source "sound/aoa/codecs/Kconfig"

source "sound/aoa/soundbus/Kconfig"

endif	# SND_AOA
back to top