Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.11 18 lines 363 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_AOA 3 tristate "Apple Onboard Audio driver" 4 depends on PPC_PMAC 5 select SND_PCM 6 help 7 This option enables the new driver for the various 8 Apple Onboard Audio components. 9 10if SND_AOA 11 12source "sound/aoa/fabrics/Kconfig" 13 14source "sound/aoa/codecs/Kconfig" 15 16source "sound/aoa/soundbus/Kconfig" 17 18endif # SND_AOA