https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 25abdf15f5ca5b789fd5062fb1fa57ee163df3f4 authored by vidhum on 15 April 2011, 10:26:51 UTC
ARM: Xilinx:Device Configuration driver
Tip revision: 25abdf1
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