Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. config SND_S3C24XX_SOC
  2. tristate "SoC Audio for the Samsung S3CXXXX chips"
  3. depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
  4. select S3C64XX_DMA if ARCH_S3C64XX
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the S3C24XX AC97 or I2S interfaces. You will also need to
  8. select the audio interfaces to support below.
  9. config SND_S3C24XX_SOC_I2S
  10. tristate
  11. select S3C2410_DMA
  12. config SND_S3C_I2SV2_SOC
  13. tristate
  14. config SND_S3C2412_SOC_I2S
  15. tristate
  16. select SND_S3C_I2SV2_SOC
  17. select S3C2410_DMA
  18. config SND_S3C64XX_SOC_I2S
  19. tristate
  20. select SND_S3C_I2SV2_SOC
  21. select S3C64XX_DMA
  22. config SND_S3C64XX_SOC_I2S_V4
  23. tristate
  24. select SND_S3C_I2SV2_SOC
  25. select S3C64XX_DMA
  26. config SND_S3C_SOC_PCM
  27. tristate
  28. config SND_S3C_SOC_AC97
  29. tristate
  30. select SND_SOC_AC97_BUS
  31. config SND_S3C24XX_SOC_NEO1973_WM8753
  32. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  33. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
  34. select SND_S3C24XX_SOC_I2S
  35. select SND_SOC_WM8753
  36. help
  37. Say Y if you want to add support for SoC audio on smdk2440
  38. with the WM8753.
  39. config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
  40. tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
  41. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
  42. select SND_S3C24XX_SOC_I2S
  43. select SND_SOC_WM8753
  44. help
  45. This driver provides audio support for the Openmoko Neo FreeRunner
  46. smartphone.
  47. config SND_S3C24XX_SOC_JIVE_WM8750
  48. tristate "SoC I2S Audio support for Jive"
  49. depends on SND_S3C24XX_SOC && MACH_JIVE
  50. select SND_SOC_WM8750
  51. select SND_S3C2412_SOC_I2S
  52. help
  53. Sat Y if you want to add support for SoC audio on the Jive.
  54. config SND_S3C64XX_SOC_WM8580
  55. tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
  56. depends on SND_S3C24XX_SOC && MACH_SMDK6410
  57. select SND_SOC_WM8580
  58. select SND_S3C64XX_SOC_I2S_V4
  59. help
  60. Say Y if you want to add support for SoC audio on the SMDK6410.
  61. config SND_S3C24XX_SOC_SMDK2443_WM9710
  62. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  63. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  64. select S3C2410_DMA
  65. select AC97_BUS
  66. select SND_SOC_AC97_CODEC
  67. select SND_S3C_SOC_AC97
  68. help
  69. Say Y if you want to add support for SoC audio on smdk2443
  70. with the WM9710.
  71. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  72. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  73. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  74. select S3C2410_DMA
  75. select AC97_BUS
  76. select SND_SOC_AC97_CODEC
  77. select SND_S3C_SOC_AC97
  78. help
  79. Say Y if you want to add support for SoC audio on ln2440sbc
  80. with the ALC650.
  81. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  82. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  83. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  84. select SND_S3C24XX_SOC_I2S
  85. select SND_SOC_L3
  86. select SND_SOC_UDA134X
  87. config SND_S3C24XX_SOC_SIMTEC
  88. tristate
  89. help
  90. Internal node for common S3C24XX/Simtec suppor
  91. config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
  92. tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
  93. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  94. select SND_S3C24XX_SOC_I2S
  95. select SND_SOC_TLV320AIC23
  96. select SND_S3C24XX_SOC_SIMTEC
  97. config SND_S3C24XX_SOC_SIMTEC_HERMES
  98. tristate "SoC I2S Audio support for Simtec Hermes board"
  99. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  100. select SND_S3C24XX_SOC_I2S
  101. select SND_SOC_TLV320AIC3X
  102. select SND_S3C24XX_SOC_SIMTEC
  103. config SND_SOC_SMDK_WM9713
  104. tristate "SoC AC97 Audio support for SMDK with WM9713"
  105. depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
  106. select SND_SOC_WM9713
  107. select SND_S3C_SOC_AC97
  108. help
  109. Sat Y if you want to add support for SoC audio on the SMDK.
  110. config SND_S3C64XX_SOC_SMARTQ
  111. tristate "SoC I2S Audio support for SmartQ board"
  112. depends on SND_S3C24XX_SOC && MACH_SMARTQ
  113. select SND_S3C64XX_SOC_I2S
  114. select SND_SOC_WM8750