https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 1832d26835ec24afd42a66d2677be29c85efd332 authored by John Linn on 28 September 2010, 14:09:20 UTC
Merge branch 'master' of /home/linnj/linux_ppc/linux-2.6
Tip revision: 1832d26
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