Kconfig 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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_S5P_SOC_SPDIF
  32. tristate
  33. select SND_SOC_SPDIF
  34. config SND_S3C24XX_SOC_NEO1973_WM8753
  35. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  36. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
  37. select SND_S3C24XX_SOC_I2S
  38. select SND_SOC_WM8753
  39. help
  40. Say Y if you want to add support for SoC audio on smdk2440
  41. with the WM8753.
  42. config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
  43. tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
  44. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
  45. select SND_S3C24XX_SOC_I2S
  46. select SND_SOC_WM8753
  47. help
  48. This driver provides audio support for the Openmoko Neo FreeRunner
  49. smartphone.
  50. config SND_S3C24XX_SOC_JIVE_WM8750
  51. tristate "SoC I2S Audio support for Jive"
  52. depends on SND_S3C24XX_SOC && MACH_JIVE
  53. select SND_SOC_WM8750
  54. select SND_S3C2412_SOC_I2S
  55. help
  56. Sat Y if you want to add support for SoC audio on the Jive.
  57. config SND_S3C64XX_SOC_WM8580
  58. tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
  59. depends on SND_S3C24XX_SOC && MACH_SMDK6410
  60. select SND_SOC_WM8580
  61. select SND_S3C64XX_SOC_I2S_V4
  62. help
  63. Say Y if you want to add support for SoC audio on the SMDK6410.
  64. config SND_S3C24XX_SOC_SMDK2443_WM9710
  65. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  66. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  67. select S3C2410_DMA
  68. select AC97_BUS
  69. select SND_SOC_AC97_CODEC
  70. select SND_S3C_SOC_AC97
  71. help
  72. Say Y if you want to add support for SoC audio on smdk2443
  73. with the WM9710.
  74. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  75. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  76. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  77. select S3C2410_DMA
  78. select AC97_BUS
  79. select SND_SOC_AC97_CODEC
  80. select SND_S3C_SOC_AC97
  81. help
  82. Say Y if you want to add support for SoC audio on ln2440sbc
  83. with the ALC650.
  84. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  85. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  86. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  87. select SND_S3C24XX_SOC_I2S
  88. select SND_SOC_L3
  89. select SND_SOC_UDA134X
  90. config SND_S3C24XX_SOC_SIMTEC
  91. tristate
  92. help
  93. Internal node for common S3C24XX/Simtec suppor
  94. config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
  95. tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
  96. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  97. select SND_S3C24XX_SOC_I2S
  98. select SND_SOC_TLV320AIC23
  99. select SND_S3C24XX_SOC_SIMTEC
  100. config SND_S3C24XX_SOC_SIMTEC_HERMES
  101. tristate "SoC I2S Audio support for Simtec Hermes board"
  102. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  103. select SND_S3C24XX_SOC_I2S
  104. select SND_SOC_TLV320AIC3X
  105. select SND_S3C24XX_SOC_SIMTEC
  106. config SND_S3C24XX_SOC_RX1950_UDA1380
  107. tristate "Audio support for the HP iPAQ RX1950"
  108. depends on SND_S3C24XX_SOC && MACH_RX1950
  109. select SND_S3C24XX_SOC_I2S
  110. select SND_SOC_UDA1380
  111. help
  112. This driver provides audio support for HP iPAQ RX1950 PDA.
  113. config SND_SOC_SMDK_WM9713
  114. tristate "SoC AC97 Audio support for SMDK with WM9713"
  115. depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
  116. select SND_SOC_WM9713
  117. select SND_S3C_SOC_AC97
  118. help
  119. Sat Y if you want to add support for SoC audio on the SMDK.
  120. config SND_S3C64XX_SOC_SMARTQ
  121. tristate "SoC I2S Audio support for SmartQ board"
  122. depends on SND_S3C24XX_SOC && MACH_SMARTQ
  123. select SND_S3C64XX_SOC_I2S
  124. select SND_SOC_WM8750
  125. config SND_S5PC110_SOC_AQUILA_WM8994
  126. tristate "SoC I2S Audio support for AQUILA - WM8994"
  127. depends on SND_S3C24XX_SOC && MACH_AQUILA
  128. select SND_S3C64XX_SOC_I2S_V4
  129. select SND_SOC_WM8994
  130. help
  131. Say Y if you want to add support for SoC audio on aquila
  132. with the WM8994.
  133. config SND_S5PV210_SOC_GONI_WM8994
  134. tristate "SoC I2S Audio support for GONI - WM8994"
  135. depends on SND_S3C24XX_SOC && MACH_GONI
  136. select SND_S3C64XX_SOC_I2S_V4
  137. select SND_SOC_WM8994
  138. help
  139. Say Y if you want to add support for SoC audio on goni
  140. with the WM8994.