https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 8c5e47575ddd6cb91851490fead2fde50fd61dcf authored by Peter Crosthwaite on 11 December 2012, 06:22:24 UTC
xilinx_emacps: Dont poll interrupts
Tip revision: 8c5e475
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