Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. select S3C2410_DMA if ARCH_S3C2410
  6. help
  7. Say Y or M if you want to add support for codecs attached to
  8. the S3C24XX AC97 or I2S interfaces. You will also need to
  9. select the audio interfaces to support below.
  10. config SND_S3C24XX_SOC_I2S
  11. tristate
  12. select S3C2410_DMA
  13. config SND_S3C_I2SV2_SOC
  14. tristate
  15. config SND_S3C2412_SOC_I2S
  16. tristate
  17. select SND_S3C_I2SV2_SOC
  18. select S3C2410_DMA
  19. config SND_S3C_SOC_PCM
  20. tristate
  21. config SND_S3C_SOC_AC97
  22. tristate
  23. select SND_SOC_AC97_BUS
  24. config SND_S5P_SOC_SPDIF
  25. tristate
  26. select SND_SOC_SPDIF
  27. config SND_SAMSUNG_I2S
  28. tristate
  29. config SND_S3C24XX_SOC_NEO1973_WM8753
  30. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  31. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
  32. select SND_S3C24XX_SOC_I2S
  33. select SND_SOC_WM8753
  34. help
  35. Say Y if you want to add support for SoC audio on smdk2440
  36. with the WM8753.
  37. config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
  38. tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
  39. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
  40. select SND_S3C24XX_SOC_I2S
  41. select SND_SOC_WM8753
  42. help
  43. This driver provides audio support for the Openmoko Neo FreeRunner
  44. smartphone.
  45. config SND_S3C24XX_SOC_JIVE_WM8750
  46. tristate "SoC I2S Audio support for Jive"
  47. depends on SND_S3C24XX_SOC && MACH_JIVE
  48. select SND_SOC_WM8750
  49. select SND_S3C2412_SOC_I2S
  50. help
  51. Sat Y if you want to add support for SoC audio on the Jive.
  52. config SND_SOC_SMDK_WM8580
  53. tristate "SoC I2S Audio support for WM8580 on SMDK"
  54. depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100)
  55. select SND_SOC_WM8580
  56. select SND_SAMSUNG_I2S
  57. help
  58. Say Y if you want to add support for SoC audio on the SMDKs.
  59. config SND_S3C24XX_SOC_SMDK2443_WM9710
  60. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  61. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  62. select S3C2410_DMA
  63. select AC97_BUS
  64. select SND_SOC_AC97_CODEC
  65. select SND_S3C_SOC_AC97
  66. help
  67. Say Y if you want to add support for SoC audio on smdk2443
  68. with the WM9710.
  69. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  70. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  71. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  72. select S3C2410_DMA
  73. select AC97_BUS
  74. select SND_SOC_AC97_CODEC
  75. select SND_S3C_SOC_AC97
  76. help
  77. Say Y if you want to add support for SoC audio on ln2440sbc
  78. with the ALC650.
  79. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  80. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  81. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  82. select SND_S3C24XX_SOC_I2S
  83. select SND_SOC_L3
  84. select SND_SOC_UDA134X
  85. config SND_S3C24XX_SOC_SIMTEC
  86. tristate
  87. help
  88. Internal node for common S3C24XX/Simtec suppor
  89. config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
  90. tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
  91. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  92. select SND_S3C24XX_SOC_I2S
  93. select SND_SOC_TLV320AIC23
  94. select SND_S3C24XX_SOC_SIMTEC
  95. config SND_S3C24XX_SOC_SIMTEC_HERMES
  96. tristate "SoC I2S Audio support for Simtec Hermes board"
  97. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  98. select SND_S3C24XX_SOC_I2S
  99. select SND_SOC_TLV320AIC3X
  100. select SND_S3C24XX_SOC_SIMTEC
  101. config SND_S3C24XX_SOC_RX1950_UDA1380
  102. tristate "Audio support for the HP iPAQ RX1950"
  103. depends on SND_S3C24XX_SOC && MACH_RX1950
  104. select SND_S3C24XX_SOC_I2S
  105. select SND_SOC_UDA1380
  106. help
  107. This driver provides audio support for HP iPAQ RX1950 PDA.
  108. config SND_SOC_SMDK_WM9713
  109. tristate "SoC AC97 Audio support for SMDK with WM9713"
  110. depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
  111. select SND_SOC_WM9713
  112. select SND_S3C_SOC_AC97
  113. help
  114. Sat Y if you want to add support for SoC audio on the SMDK.
  115. config SND_S3C64XX_SOC_SMARTQ
  116. tristate "SoC I2S Audio support for SmartQ board"
  117. depends on SND_S3C24XX_SOC && MACH_SMARTQ
  118. select SND_SAMSUNG_I2S
  119. select SND_SOC_WM8750
  120. config SND_SOC_GONI_AQUILA_WM8994
  121. tristate "SoC I2S Audio support for AQUILA/GONI - WM8994"
  122. depends on SND_S3C24XX_SOC && (MACH_GONI || MACH_AQUILA)
  123. select SND_SAMSUNG_I2S
  124. select SND_SOC_WM8994
  125. help
  126. Say Y if you want to add support for SoC audio on goni or aquila
  127. with the WM8994.
  128. config SND_SOC_SMDK_SPDIF
  129. tristate "SoC S/PDIF Audio support for SMDK"
  130. depends on SND_S3C24XX_SOC && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210)
  131. select SND_S5P_SOC_SPDIF
  132. help
  133. Say Y if you want to add support for SoC S/PDIF audio on the SMDK.