https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 1241c72b6db13a1e294f9ea25577a3677733582e authored by Sudeep Holla on 21 December 2018, 18:12:13 UTC
ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property
Tip revision: 1241c72
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