Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. config SND_S3C24XX_SOC
  2. tristate "SoC Audio for the Samsung S3C24XX chips"
  3. depends on ARCH_S3C2410
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the S3C24XX AC97, I2S or SSP interface. You will also need
  7. to select the audio interfaces to support below.
  8. config SND_S3C24XX_SOC_I2S
  9. tristate
  10. config SND_S3C2412_SOC_I2S
  11. tristate
  12. config SND_S3C2443_SOC_AC97
  13. tristate
  14. select AC97_BUS
  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_NEO1973_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.
  32. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  33. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  34. depends on SND_S3C24XX_SOC
  35. select SND_S3C2443_SOC_AC97
  36. select SND_SOC_AC97_CODEC
  37. help
  38. Say Y if you want to add support for SoC audio on ln2440sbc
  39. with the ALC650.
  40. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  41. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  42. depends on SND_S3C24XX_SOC
  43. select SND_S3C24XX_SOC_I2S
  44. select SND_SOC_UDA134X