Kconfig 1017 B

12345678910111213141516171819202122232425262728293031323334353637
  1. config SND_S3C24XX_SOC
  2. tristate "SoC Audio for the Samsung S3C24XX chips"
  3. depends on ARCH_S3C2410 && SND_SOC
  4. select SND_PCM
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the S3C24XX AC97, I2S or SSP interface. You will also need
  8. to select the audio interfaces to support below.
  9. config SND_S3C24XX_SOC_I2S
  10. tristate
  11. config SND_S3C2443_SOC_AC97
  12. tristate
  13. select AC97_BUS
  14. select SND_AC97_CODEC
  15. select SND_SOC_AC97_BUS
  16. config SND_S3C24XX_SOC_NEO1973_WM8753
  17. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  18. depends on SND_S3C24XX_SOC && MACH_GTA01
  19. select SND_S3C24XX_SOC_I2S
  20. select SND_SOC_WM8753
  21. help
  22. Say Y if you want to add support for SoC audio on smdk2440
  23. with the WM8753.
  24. config SND_S3C24XX_SOC_SMDK2443_WM9710
  25. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  26. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  27. select SND_S3C2443_SOC_AC97
  28. select SND_SOC_AC97_CODEC
  29. help
  30. Say Y if you want to add support for SoC audio on smdk2443
  31. with the WM9710.