Kconfig 581 B

123456789101112131415161718192021222324252627282930
  1. ##
  2. ## TXx9 ACLC
  3. ##
  4. config SND_SOC_TXX9ACLC
  5. tristate "SoC Audio for TXx9"
  6. depends on HAS_TXX9_ACLC && TXX9_DMAC
  7. help
  8. This option enables support for the AC Link Controllers in TXx9 SoC.
  9. config HAS_TXX9_ACLC
  10. bool
  11. config SND_SOC_TXX9ACLC_AC97
  12. tristate
  13. select AC97_BUS
  14. select SND_AC97_CODEC
  15. select SND_SOC_AC97_BUS
  16. ##
  17. ## Boards
  18. ##
  19. config SND_SOC_TXX9ACLC_GENERIC
  20. tristate "Generic TXx9 ACLC sound machine"
  21. depends on SND_SOC_TXX9ACLC
  22. select SND_SOC_TXX9ACLC_AC97
  23. select SND_SOC_AC97_CODEC
  24. help
  25. This is a generic AC97 sound machine for use in TXx9 based systems.