Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. ##
  3. ## Au1200/Au1550/Au1300 PSC + DBDMA
  4. ##
  5. menu "Au1x"
  6. config SND_SOC_AU1XPSC
  7. tristate "SoC Audio for Au12xx/Au13xx/Au1550"
  8. depends on MIPS_ALCHEMY
  9. help
  10. This option enables support for the Programmable Serial
  11. Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
  12. Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
  13. config SND_SOC_AU1XPSC_I2S
  14. tristate
  15. config SND_SOC_AU1XPSC_AC97
  16. tristate
  17. select AC97_BUS
  18. select SND_AC97_CODEC
  19. select SND_SOC_AC97_BUS
  20. ##
  21. ## Au1000/1500/1100 DMA + AC97C/I2SC
  22. ##
  23. config SND_SOC_AU1XAUDIO
  24. tristate "SoC Audio for Au1000/Au1500/Au1100"
  25. depends on MIPS_ALCHEMY
  26. help
  27. This is a driver set for the AC97 unit and the
  28. old DMA controller as found on the Au1000/Au1500/Au1100 chips.
  29. config SND_SOC_AU1XAC97C
  30. tristate
  31. select AC97_BUS
  32. select SND_AC97_CODEC
  33. select SND_SOC_AC97_BUS
  34. config SND_SOC_AU1XI2SC
  35. tristate
  36. ##
  37. ## Boards
  38. ##
  39. config SND_SOC_DB1000
  40. tristate "DB1000 Audio support"
  41. depends on SND_SOC_AU1XAUDIO
  42. select SND_SOC_AU1XAC97C
  43. select SND_SOC_AC97_CODEC
  44. help
  45. Select this option to enable AC97 audio on the early DB1x00 series
  46. of boards (DB1000/DB1500/DB1100).
  47. config SND_SOC_DB1200
  48. tristate "DB1200/DB1300/DB1550 Audio support"
  49. depends on SND_SOC_AU1XPSC
  50. select SND_SOC_AU1XPSC_AC97
  51. select SND_SOC_AC97_CODEC
  52. select SND_SOC_WM9712
  53. select SND_SOC_AU1XPSC_I2S
  54. select SND_SOC_WM8731_I2C
  55. help
  56. Select this option to enable audio (AC97 and I2S) on the
  57. Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards.
  58. If you need Db1300 touchscreen support, you definitely want to say Y.
  59. endmenu