Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. config SND_OMAP_SOC
  2. tristate "SoC Audio for the Texas Instruments OMAP chips"
  3. depends on ARCH_OMAP && DMA_OMAP
  4. select SND_SOC_DMAENGINE_PCM
  5. config SND_OMAP_SOC_DMIC
  6. tristate
  7. config SND_OMAP_SOC_MCBSP
  8. tristate
  9. config SND_OMAP_SOC_MCPDM
  10. tristate
  11. config SND_OMAP_SOC_HDMI
  12. tristate
  13. config SND_OMAP_SOC_N810
  14. tristate "SoC Audio support for Nokia N810"
  15. depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C
  16. depends on OMAP_MUX
  17. select SND_OMAP_SOC_MCBSP
  18. select SND_SOC_TLV320AIC3X
  19. help
  20. Say Y if you want to add support for SoC audio on Nokia N810.
  21. config SND_OMAP_SOC_RX51
  22. tristate "SoC Audio support for Nokia RX-51"
  23. depends on SND_OMAP_SOC && MACH_NOKIA_RX51
  24. select SND_OMAP_SOC_MCBSP
  25. select SND_SOC_TLV320AIC3X
  26. select SND_SOC_TPA6130A2
  27. help
  28. Say Y if you want to add support for SoC audio on Nokia RX-51
  29. hardware. This is also known as Nokia N900 product.
  30. config SND_OMAP_SOC_AMS_DELTA
  31. tristate "SoC Audio support for Amstrad E3 (Delta) videophone"
  32. depends on SND_OMAP_SOC && MACH_AMS_DELTA
  33. select SND_OMAP_SOC_MCBSP
  34. select SND_SOC_CX20442
  35. help
  36. Say Y if you want to add support for SoC audio device connected to
  37. a handset and a speakerphone found on Amstrad E3 (Delta) videophone.
  38. Note that in order to get those devices fully supported, you have to
  39. build the kernel with standard serial port driver included and
  40. configured for at least 4 ports. Then, from userspace, you must load
  41. a line discipline #19 on the modem (ttyS3) serial line. The simplest
  42. way to achieve this is to install util-linux-ng and use the included
  43. ldattach utility. This can be started automatically from udev,
  44. a simple rule like this one should do the trick (it does for me):
  45. ACTION=="add", KERNEL=="controlC0", \
  46. RUN+="/usr/sbin/ldattach 19 /dev/ttyS3"
  47. config SND_OMAP_SOC_OSK5912
  48. tristate "SoC Audio support for omap osk5912"
  49. depends on SND_OMAP_SOC && MACH_OMAP_OSK && I2C
  50. select SND_OMAP_SOC_MCBSP
  51. select SND_SOC_TLV320AIC23
  52. help
  53. Say Y if you want to add support for SoC audio on osk5912.
  54. config SND_OMAP_SOC_AM3517EVM
  55. tristate "SoC Audio support for OMAP3517 / AM3517 EVM"
  56. depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C
  57. select SND_OMAP_SOC_MCBSP
  58. select SND_SOC_TLV320AIC23
  59. help
  60. Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517
  61. EVM.
  62. config SND_OMAP_SOC_OMAP_TWL4030
  63. tristate "SoC Audio support for TI SoC based boards with twl4030 codec"
  64. depends on TWL4030_CORE && SND_OMAP_SOC
  65. select SND_OMAP_SOC_MCBSP
  66. select SND_SOC_TWL4030
  67. help
  68. Say Y if you want to add support for SoC audio on TI SoC based boards
  69. using twl4030 as c codec. This driver currently supports:
  70. - Beagleboard or Devkit8000
  71. - Gumstix Overo or CompuLab CM-T35/CM-T3730
  72. - IGEP v2
  73. - OMAP3EVM
  74. - SDP3430
  75. - Zoom2
  76. config SND_OMAP_SOC_OMAP_ABE_TWL6040
  77. tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec"
  78. depends on TWL6040_CORE && SND_OMAP_SOC && ARCH_OMAP4
  79. select SND_OMAP_SOC_DMIC
  80. select SND_OMAP_SOC_MCPDM
  81. select SND_SOC_TWL6040
  82. select SND_SOC_DMIC
  83. help
  84. Say Y if you want to add support for SoC audio on OMAP boards using
  85. ABE and twl6040 codec. This driver currently supports:
  86. - SDP4430/Blaze boards
  87. - PandaBoard (4430)
  88. - PandaBoardES (4460)
  89. config SND_OMAP_SOC_OMAP_HDMI
  90. tristate "SoC Audio support for Texas Instruments OMAP HDMI"
  91. depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS
  92. select SND_OMAP_SOC_HDMI
  93. select SND_SOC_OMAP_HDMI_CODEC
  94. select OMAP4_DSS_HDMI_AUDIO
  95. help
  96. Say Y if you want to add support for SoC HDMI audio on Texas Instruments
  97. OMAP4 chips
  98. config SND_OMAP_SOC_OMAP3_PANDORA
  99. tristate "SoC Audio support for OMAP3 Pandora"
  100. depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3_PANDORA
  101. select SND_OMAP_SOC_MCBSP
  102. select SND_SOC_TWL4030
  103. help
  104. Say Y if you want to add support for SoC audio on the OMAP3 Pandora.