Kconfig 914 B

123456789101112131415161718192021222324252627282930313233
  1. config SND_AOA_ONYX
  2. tristate "support Onyx chip"
  3. select I2C
  4. select I2C_POWERMAC
  5. ---help---
  6. This option enables support for the Onyx (pcm3052)
  7. codec chip found in the latest Apple machines
  8. (most of those with digital audio output).
  9. #config SND_AOA_TOPAZ
  10. # tristate "support Topaz chips"
  11. # ---help---
  12. # This option enables support for the Topaz (CS84xx)
  13. # codec chips found in the latest Apple machines,
  14. # these chips do the digital input and output on
  15. # some PowerMacs.
  16. config SND_AOA_TAS
  17. tristate "support TAS chips"
  18. select I2C
  19. select I2C_POWERMAC
  20. ---help---
  21. This option enables support for the tas chips
  22. found in a lot of Apple Machines, especially
  23. iBooks and PowerBooks without digital.
  24. config SND_AOA_TOONIE
  25. tristate "support Toonie chip"
  26. ---help---
  27. This option enables support for the toonie codec
  28. found in the Mac Mini. If you have a Mac Mini and
  29. want to hear sound, select this option.