Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. config SND_SOC_FSL_SSI
  2. tristate
  3. config SND_SOC_FSL_UTILS
  4. tristate
  5. menuconfig SND_POWERPC_SOC
  6. tristate "SoC Audio for Freescale PowerPC CPUs"
  7. depends on FSL_SOC || PPC_MPC52xx
  8. help
  9. Say Y or M if you want to add support for codecs attached to
  10. the PowerPC CPUs.
  11. if SND_POWERPC_SOC
  12. config SND_MPC52xx_DMA
  13. tristate
  14. config SND_SOC_POWERPC_DMA
  15. tristate
  16. config SND_SOC_MPC8610_HPCD
  17. tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
  18. # I2C is necessary for the CS4270 driver
  19. depends on MPC8610_HPCD && I2C
  20. select SND_SOC_FSL_SSI
  21. select SND_SOC_FSL_UTILS
  22. select SND_SOC_POWERPC_DMA
  23. select SND_SOC_CS4270
  24. select SND_SOC_CS4270_VD33_ERRATA
  25. default y if MPC8610_HPCD
  26. help
  27. Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
  28. config SND_SOC_P1022_DS
  29. tristate "ALSA SoC support for the Freescale P1022 DS board"
  30. # I2C is necessary for the WM8776 driver
  31. depends on P1022_DS && I2C
  32. select SND_SOC_FSL_SSI
  33. select SND_SOC_FSL_UTILS
  34. select SND_SOC_POWERPC_DMA
  35. select SND_SOC_WM8776
  36. default y if P1022_DS
  37. help
  38. Say Y if you want to enable audio on the Freescale P1022 DS board.
  39. This will also include the Wolfson Microelectronics WM8776 codec
  40. driver.
  41. config SND_SOC_P1022_RDK
  42. tristate "ALSA SoC support for the Freescale / iVeia P1022 RDK board"
  43. # I2C is necessary for the WM8960 driver
  44. depends on P1022_RDK && I2C
  45. select SND_SOC_FSL_SSI
  46. select SND_SOC_FSL_UTILS
  47. select SND_SOC_POWERPC_DMA
  48. select SND_SOC_WM8960
  49. default y if P1022_RDK
  50. help
  51. Say Y if you want to enable audio on the Freescale / iVeia
  52. P1022 RDK board. This will also include the Wolfson
  53. Microelectronics WM8960 codec driver.
  54. config SND_SOC_MPC5200_I2S
  55. tristate "Freescale MPC5200 PSC in I2S mode driver"
  56. depends on PPC_MPC52xx && PPC_BESTCOMM
  57. select SND_MPC52xx_DMA
  58. select PPC_BESTCOMM_GEN_BD
  59. help
  60. Say Y here to support the MPC5200 PSCs in I2S mode.
  61. config SND_SOC_MPC5200_AC97
  62. tristate "Freescale MPC5200 PSC in AC97 mode driver"
  63. depends on PPC_MPC52xx && PPC_BESTCOMM
  64. select SND_SOC_AC97_BUS
  65. select SND_MPC52xx_DMA
  66. select PPC_BESTCOMM_GEN_BD
  67. help
  68. Say Y here to support the MPC5200 PSCs in AC97 mode.
  69. config SND_MPC52xx_SOC_PCM030
  70. tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
  71. depends on PPC_MPC5200_SIMPLE
  72. select SND_SOC_MPC5200_AC97
  73. select SND_SOC_WM9712
  74. help
  75. Say Y if you want to add support for sound on the Phytec pcm030
  76. baseboard.
  77. config SND_MPC52xx_SOC_EFIKA
  78. tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
  79. depends on PPC_EFIKA
  80. select SND_SOC_MPC5200_AC97
  81. select SND_SOC_STAC9766
  82. help
  83. Say Y if you want to add support for sound on the Efika.
  84. endif # SND_POWERPC_SOC
  85. menuconfig SND_IMX_SOC
  86. tristate "SoC Audio for Freescale i.MX CPUs"
  87. depends on ARCH_MXC
  88. help
  89. Say Y or M if you want to add support for codecs attached to
  90. the i.MX CPUs.
  91. if SND_IMX_SOC
  92. config SND_SOC_IMX_SSI
  93. tristate
  94. config SND_SOC_IMX_PCM
  95. tristate
  96. config SND_SOC_IMX_PCM_FIQ
  97. bool
  98. select FIQ
  99. select SND_SOC_IMX_PCM
  100. config SND_SOC_IMX_PCM_DMA
  101. bool
  102. select SND_SOC_DMAENGINE_PCM
  103. select SND_SOC_IMX_PCM
  104. config SND_SOC_IMX_AUDMUX
  105. tristate
  106. config SND_MXC_SOC_WM1133_EV1
  107. tristate "Audio on the i.MX31ADS with WM1133-EV1 fitted"
  108. depends on MACH_MX31ADS_WM1133_EV1
  109. select SND_SOC_WM8350
  110. select SND_SOC_IMX_PCM_FIQ
  111. select SND_SOC_IMX_AUDMUX
  112. select SND_SOC_IMX_SSI
  113. help
  114. Enable support for audio on the i.MX31ADS with the WM1133-EV1
  115. PMIC board with WM8835x fitted.
  116. config SND_SOC_MX27VIS_AIC32X4
  117. tristate "SoC audio support for Visstrim M10 boards"
  118. depends on MACH_IMX27_VISSTRIM_M10 && I2C
  119. select SND_SOC_TLV320AIC32X4
  120. select SND_SOC_IMX_PCM_DMA
  121. select SND_SOC_IMX_AUDMUX
  122. select SND_SOC_IMX_SSI
  123. help
  124. Say Y if you want to add support for SoC audio on Visstrim SM10
  125. board with TLV320AIC32X4 codec.
  126. config SND_SOC_PHYCORE_AC97
  127. tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
  128. depends on MACH_PCM043 || MACH_PCA100
  129. select SND_SOC_AC97_BUS
  130. select SND_SOC_WM9712
  131. select SND_SOC_IMX_PCM_FIQ
  132. select SND_SOC_IMX_AUDMUX
  133. select SND_SOC_IMX_SSI
  134. help
  135. Say Y if you want to add support for SoC audio on Phytec phyCORE
  136. and phyCARD boards in AC97 mode
  137. config SND_SOC_EUKREA_TLV320
  138. tristate "Eukrea TLV320"
  139. depends on MACH_EUKREA_MBIMX27_BASEBOARD \
  140. || MACH_EUKREA_MBIMXSD25_BASEBOARD \
  141. || MACH_EUKREA_MBIMXSD35_BASEBOARD \
  142. || MACH_EUKREA_MBIMXSD51_BASEBOARD
  143. depends on I2C
  144. select SND_SOC_TLV320AIC23
  145. select SND_SOC_IMX_PCM_FIQ
  146. select SND_SOC_IMX_AUDMUX
  147. select SND_SOC_IMX_SSI
  148. help
  149. Enable I2S based access to the TLV320AIC23B codec attached
  150. to the SSI interface
  151. config SND_SOC_IMX_SGTL5000
  152. tristate "SoC Audio support for i.MX boards with sgtl5000"
  153. depends on OF && I2C
  154. select SND_SOC_SGTL5000
  155. select SND_SOC_IMX_PCM_DMA
  156. select SND_SOC_IMX_AUDMUX
  157. select SND_SOC_FSL_SSI
  158. select SND_SOC_FSL_UTILS
  159. help
  160. Say Y if you want to add support for SoC audio on an i.MX board with
  161. a sgtl5000 codec.
  162. config SND_SOC_IMX_MC13783
  163. tristate "SoC Audio support for I.MX boards with mc13783"
  164. depends on MFD_MC13783
  165. select SND_SOC_IMX_SSI
  166. select SND_SOC_IMX_AUDMUX
  167. select SND_SOC_MC13783
  168. select SND_SOC_IMX_PCM_DMA
  169. endif # SND_IMX_SOC