Kconfig 697 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SND_AOA_ONYX
  3. tristate "support Onyx chip"
  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_TAS
  11. tristate "support TAS chips"
  12. select I2C
  13. select I2C_POWERMAC
  14. help
  15. This option enables support for the tas chips
  16. found in a lot of Apple Machines, especially
  17. iBooks and PowerBooks without digital.
  18. config SND_AOA_TOONIE
  19. tristate "support Toonie chip"
  20. help
  21. This option enables support for the toonie codec
  22. found in the Mac Mini. If you have a Mac Mini and
  23. want to hear sound, select this option.