blob: c58308ae4dc1f83bcf9ab0700b5355a9a689e33c [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Takashi Iwai89fe5112008-05-23 16:10:37 +02002menuconfig SND_AOA
Johannes Bergf3d94782006-06-21 15:42:43 +02003 tristate "Apple Onboard Audio driver"
Takashi Iwai89fe5112008-05-23 16:10:37 +02004 depends on PPC_PMAC
Takashi Iwaie8b98ff2006-06-26 13:15:07 +02005 select SND_PCM
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09006 help
Johannes Bergf3d94782006-06-21 15:42:43 +02007 This option enables the new driver for the various
8 Apple Onboard Audio components.
9
Takashi Iwai89fe5112008-05-23 16:10:37 +020010if SND_AOA
11
Johannes Bergf3d94782006-06-21 15:42:43 +020012source "sound/aoa/fabrics/Kconfig"
13
14source "sound/aoa/codecs/Kconfig"
15
16source "sound/aoa/soundbus/Kconfig"
17
Takashi Iwai89fe5112008-05-23 16:10:37 +020018endif # SND_AOA