2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-05-23 22:10:37 +08:00
|
|
|
menuconfig SND_AOA
|
2006-06-21 21:42:43 +08:00
|
|
|
tristate "Apple Onboard Audio driver"
|
2008-05-23 22:10:37 +08:00
|
|
|
depends on PPC_PMAC
|
2006-06-26 19:15:07 +08:00
|
|
|
select SND_PCM
|
2006-06-21 21:42:43 +08:00
|
|
|
---help---
|
|
|
|
This option enables the new driver for the various
|
|
|
|
Apple Onboard Audio components.
|
|
|
|
|
2008-05-23 22:10:37 +08:00
|
|
|
if SND_AOA
|
|
|
|
|
2006-06-21 21:42:43 +08:00
|
|
|
source "sound/aoa/fabrics/Kconfig"
|
|
|
|
|
|
|
|
source "sound/aoa/codecs/Kconfig"
|
|
|
|
|
|
|
|
source "sound/aoa/soundbus/Kconfig"
|
|
|
|
|
2008-05-23 22:10:37 +08:00
|
|
|
endif # SND_AOA
|