https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: c09f7471127e9debf3e814ffef4f4012c31a5a3d authored by Nava kishore Manne on 15 April 2019, 07:17:48 UTC
fpga manager: Adding FPGA Manager support for Xilinx zynqmp
Tip revision: c09f747
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