https://github.com/torvalds/linux
Raw File
Tip revision: d9875690d9b89a866022ff49e3fcea892345ad92 authored by Linus Torvalds on 16 August 2012, 21:51:24 UTC
Linux 3.6-rc2
Tip revision: d987569
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