Kconfig 941 B

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