https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: b0b926dee1b64890e296549ecc30a2b92d9c79f0 authored by John Linn on 19 June 2009, 17:05:01 UTC
Fix the missing file, initramfs_data.S, from the 2.6.30 merge
Tip revision: b0b926d
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