Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ##
  2. ## Au1200/Au1550 PSC + DBDMA
  3. ##
  4. config SND_SOC_AU1XPSC
  5. tristate "SoC Audio for Au1200/Au1250/Au1550"
  6. depends on SOC_AU1200 || SOC_AU1550
  7. help
  8. This option enables support for the Programmable Serial
  9. Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
  10. Controller (DBDMA) as found on the Au1200/Au1250/Au1550 SoC.
  11. config SND_SOC_AU1XPSC_I2S
  12. tristate
  13. config SND_SOC_AU1XPSC_AC97
  14. tristate
  15. select AC97_BUS
  16. select SND_AC97_CODEC
  17. select SND_SOC_AC97_BUS
  18. ##
  19. ## Au1000/1500/1100 DMA + AC97C/I2SC
  20. ##
  21. config SND_SOC_AU1XAUDIO
  22. tristate "SoC Audio for Au1000/Au1500/Au1100"
  23. depends on MIPS_ALCHEMY
  24. help
  25. This is a driver set for the AC97 unit and the
  26. old DMA controller as found on the Au1000/Au1500/Au1100 chips.
  27. config SND_SOC_AU1XAC97C
  28. tristate
  29. select AC97_BUS
  30. select SND_AC97_CODEC
  31. select SND_SOC_AC97_BUS
  32. config SND_SOC_AU1XI2SC
  33. tristate
  34. ##
  35. ## Boards
  36. ##
  37. config SND_SOC_DB1200
  38. tristate "DB1200 AC97+I2S audio support"
  39. depends on SND_SOC_AU1XPSC
  40. select SND_SOC_AU1XPSC_AC97
  41. select SND_SOC_AC97_CODEC
  42. select SND_SOC_AU1XPSC_I2S
  43. select SND_SOC_WM8731
  44. help
  45. Select this option to enable audio (AC97 or I2S) on the
  46. Alchemy/AMD/RMI DB1200 demoboard.