https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: b450e900fdb473a53613ad014f31eedbc80b1c90 authored by Sakari Ailus on 02 November 2017, 03:22:30 UTC
imx274: Fix error handling
Tip revision: b450e90
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