Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. config SND_AT32_SOC
  2. tristate "SoC Audio for the Atmel AT32 System-on-a-Chip"
  3. depends on AVR32 && SND_SOC
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the AT32 SSC interface. You will also need to
  7. to select the audio interfaces to support below.
  8. config SND_AT32_SOC_SSC
  9. tristate
  10. config SND_AT32_SOC_PLAYPAQ
  11. tristate "SoC Audio support for PlayPaq with WM8510"
  12. depends on SND_AT32_SOC && BOARD_PLAYPAQ
  13. select SND_AT32_SOC_SSC
  14. select SND_SOC_WM8510
  15. help
  16. Say Y or M here if you want to add support for SoC audio
  17. on the LRS PlayPaq.
  18. config SND_AT32_SOC_PLAYPAQ_SLAVE
  19. bool "Run CODEC on PlayPaq in slave mode"
  20. depends on SND_AT32_SOC_PLAYPAQ
  21. default n
  22. help
  23. Say Y if you want to run with the AT32 SSC generating the BCLK
  24. and FRAME signals on the PlayPaq. Unless you want to play
  25. with the AT32 as the SSC master, you probably want to say N here,
  26. as this will give you better sound quality.