brintos

brintos / linux-shallow public Read only

0
0
Text · 363 B · c58308a Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig SND_AOA3	tristate "Apple Onboard Audio driver"4	depends on PPC_PMAC5	select SND_PCM6	help7	This option enables the new driver for the various8	Apple Onboard Audio components.9 10if SND_AOA11 12source "sound/aoa/fabrics/Kconfig"13 14source "sound/aoa/codecs/Kconfig"15 16source "sound/aoa/soundbus/Kconfig"17 18endif	# SND_AOA19