Kconfig 4.5 KB

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