Kconfig 4.5 KB

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