Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. config SND_S3C24XX_SOC
  2. tristate "SoC Audio for the Samsung S3CXXXX chips"
  3. depends on ARCH_S3C2410 || ARCH_S3C64XX
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the S3C24XX AC97 or I2S interfaces. You will also need to
  7. select the audio interfaces to support below.
  8. config SND_S3C24XX_SOC_I2S
  9. tristate
  10. select S3C2410_DMA
  11. config SND_S3C_I2SV2_SOC
  12. tristate
  13. config SND_S3C2412_SOC_I2S
  14. tristate
  15. select SND_S3C_I2SV2_SOC
  16. select S3C2410_DMA
  17. config SND_S3C64XX_SOC_I2S
  18. tristate
  19. select SND_S3C_I2SV2_SOC
  20. select S3C64XX_DMA
  21. config SND_S3C2443_SOC_AC97
  22. tristate
  23. select S3C2410_DMA
  24. select AC97_BUS
  25. select SND_SOC_AC97_BUS
  26. config SND_S3C24XX_SOC_NEO1973_WM8753
  27. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  28. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
  29. select SND_S3C24XX_SOC_I2S
  30. select SND_SOC_WM8753
  31. help
  32. Say Y if you want to add support for SoC audio on smdk2440
  33. with the WM8753.
  34. config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
  35. tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
  36. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
  37. select SND_S3C24XX_SOC_I2S
  38. select SND_SOC_WM8753
  39. help
  40. This driver provides audio support for the Openmoko Neo FreeRunner
  41. smartphone.
  42. config SND_S3C24XX_SOC_JIVE_WM8750
  43. tristate "SoC I2S Audio support for Jive"
  44. depends on SND_S3C24XX_SOC && MACH_JIVE
  45. select SND_SOC_WM8750
  46. select SND_S3C2412_SOC_I2S
  47. help
  48. Sat Y if you want to add support for SoC audio on the Jive.
  49. config SND_S3C24XX_SOC_SMDK2443_WM9710
  50. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  51. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  52. select SND_S3C2443_SOC_AC97
  53. select SND_SOC_AC97_CODEC
  54. help
  55. Say Y if you want to add support for SoC audio on smdk2443
  56. with the WM9710.
  57. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  58. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  59. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  60. select SND_S3C2443_SOC_AC97
  61. select SND_SOC_AC97_CODEC
  62. help
  63. Say Y if you want to add support for SoC audio on ln2440sbc
  64. with the ALC650.
  65. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  66. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  67. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  68. select SND_S3C24XX_SOC_I2S
  69. select SND_SOC_L3
  70. select SND_SOC_UDA134X