Kconfig 329 B

1234567891011121314151617
  1. menuconfig SND_AOA
  2. tristate "Apple Onboard Audio driver"
  3. depends on PPC_PMAC
  4. select SND_PCM
  5. ---help---
  6. This option enables the new driver for the various
  7. Apple Onboard Audio components.
  8. if SND_AOA
  9. source "sound/aoa/fabrics/Kconfig"
  10. source "sound/aoa/codecs/Kconfig"
  11. source "sound/aoa/soundbus/Kconfig"
  12. endif # SND_AOA