Kconfig 891 B

123456789101112131415161718192021222324252627
  1. config SND_AT91_SOC
  2. tristate "SoC Audio for the Atmel AT91 System-on-Chip"
  3. depends on ARCH_AT91 && SND_SOC
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the AT91 SSC interface. You will also need
  7. to select the audio interfaces to support below.
  8. config SND_AT91_SOC_SSC
  9. tristate
  10. config SND_AT91_SOC_ETI_B1_WM8731
  11. tristate "SoC Audio support for WM8731-based Endrelia ETI-B1 boards"
  12. depends on SND_AT91_SOC && (MACH_ETI_B1 || MACH_ETI_C1)
  13. select SND_AT91_SOC_SSC
  14. select SND_SOC_WM8731
  15. help
  16. Say Y if you want to add support for SoC audio on WM8731-based
  17. Endrelia Technologies Inc ETI-B1 or ETI-C1 boards.
  18. config SND_AT91_SOC_ETI_SLAVE
  19. bool "Run codec in slave Mode on Endrelia boards"
  20. depends on SND_AT91_SOC_ETI_B1_WM8731
  21. default n
  22. help
  23. Say Y if you want to run with the AT91 SSC generating the BCLK
  24. and LRC signals on Endrelia boards.