Kconfig 995 B

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