2008-05-23 14:10:37 +00:00
|
|
|
menuconfig SND_AOA
|
2006-06-21 13:42:43 +00:00
|
|
|
tristate "Apple Onboard Audio driver"
|
2008-05-23 14:10:37 +00:00
|
|
|
depends on PPC_PMAC
|
2006-06-26 11:15:07 +00:00
|
|
|
select SND_PCM
|
2006-06-21 13:42:43 +00:00
|
|
|
---help---
|
|
|
|
This option enables the new driver for the various
|
|
|
|
Apple Onboard Audio components.
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
if SND_AOA
|
|
|
|
|
2006-06-21 13:42:43 +00:00
|
|
|
source "sound/aoa/fabrics/Kconfig"
|
|
|
|
|
|
|
|
source "sound/aoa/codecs/Kconfig"
|
|
|
|
|
|
|
|
source "sound/aoa/soundbus/Kconfig"
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
endif # SND_AOA
|