Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 2 | menuconfig SND_AOA |
Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 3 | tristate "Apple Onboard Audio driver" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 4 | depends on PPC_PMAC |
Takashi Iwai | e8b98ff | 2006-06-26 13:15:07 +0200 | [diff] [blame] | 5 | select SND_PCM |
Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 6 | ---help--- |
| 7 | This option enables the new driver for the various |
| 8 | Apple Onboard Audio components. |
| 9 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 10 | if SND_AOA |
| 11 | |
Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 12 | source "sound/aoa/fabrics/Kconfig" |
| 13 | |
| 14 | source "sound/aoa/codecs/Kconfig" |
| 15 | |
| 16 | source "sound/aoa/soundbus/Kconfig" |
| 17 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 18 | endif # SND_AOA |