Kconfig 645 B

123456789101112131415161718192021222324
  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
  5. select SND_PCM
  6. help
  7. Say Y or M if you want to add support for codecs attached to
  8. the AT91 SSC interface. You will also need
  9. to select the audio interfaces to support below.
  10. config SND_AT91_SOC_I2S
  11. tristate
  12. config SND_AT91_SOC_ETI_B1_WM8731
  13. tristate "SoC I2S Audio support for Endrelia ETI-B1 board"
  14. depends on SND_AT91_SOC && MACH_ETI_B1
  15. select SND_AT91_SOC_I2S
  16. select SND_SOC_WM8731
  17. help
  18. Say Y if you want to add support for SoC audio on Endrelia
  19. ETI-B1 board.
  20. endmenu