https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 75e9e9764c2aaaa125944b47490893300336b8b3 authored by Quanyang Wang on 09 December 2020, 02:14:16 UTC
arm64: defconfig: enable clock driver for ZynqMP platforms
Tip revision: 75e9e97
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
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