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 v4.0-rc2 17 lines 329 B view raw
1menuconfig SND_AOA 2 tristate "Apple Onboard Audio driver" 3 depends on PPC_PMAC 4 select SND_PCM 5 ---help--- 6 This option enables the new driver for the various 7 Apple Onboard Audio components. 8 9if SND_AOA 10 11source "sound/aoa/fabrics/Kconfig" 12 13source "sound/aoa/codecs/Kconfig" 14 15source "sound/aoa/soundbus/Kconfig" 16 17endif # SND_AOA