xref: /linux/sound/aoa/Kconfig (revision f3d9478b2ce468c3115b02ecae7e975990697f15)
1menu "Apple Onboard Audio driver"
2	depends on SND != n && PPC
3
4config SND_AOA
5	tristate "Apple Onboard Audio driver"
6	depends on SOUND && SND_PCM
7	---help---
8	This option enables the new driver for the various
9	Apple Onboard Audio components.
10
11source "sound/aoa/fabrics/Kconfig"
12
13source "sound/aoa/codecs/Kconfig"
14
15source "sound/aoa/soundbus/Kconfig"
16
17endmenu
18