Kconfig 4.3 KB
Newer Older
1 2
config SND_OMAP_SOC
	tristate "SoC Audio for the Texas Instruments OMAP chips"
3 4
	depends on ARCH_OMAP && DMA_OMAP
	select SND_SOC_DMAENGINE_PCM
5

6 7 8
config SND_OMAP_SOC_DMIC
	tristate

9 10 11
config SND_OMAP_SOC_MCBSP
	tristate

12 13 14
config SND_OMAP_SOC_MCPDM
	tristate

15 16 17
config SND_OMAP_SOC_HDMI
	tristate

18 19
config SND_OMAP_SOC_N810
	tristate "SoC Audio support for Nokia N810"
20
	depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C
21
	depends on OMAP_MUX
22 23 24 25
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TLV320AIC3X
	help
	  Say Y if you want to add support for SoC audio on Nokia N810.
A
Arun KS 已提交
26

27 28 29 30 31
config SND_OMAP_SOC_RX51
	tristate "SoC Audio support for Nokia RX-51"
	depends on SND_OMAP_SOC && MACH_NOKIA_RX51
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TLV320AIC3X
32
	select SND_SOC_TPA6130A2
33 34 35 36
	help
	  Say Y if you want to add support for SoC audio on Nokia RX-51
	  hardware. This is also known as Nokia N900 product.

37 38 39 40 41 42
config SND_OMAP_SOC_AMS_DELTA
	tristate "SoC Audio support for Amstrad E3 (Delta) videophone"
	depends on SND_OMAP_SOC && MACH_AMS_DELTA
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_CX20442
	help
43 44 45 46 47 48 49 50 51 52 53 54
	  Say Y  if you want to add support  for SoC audio device  connected to
	  a handset and a speakerphone found on Amstrad E3 (Delta) videophone.

	  Note that in order to get those devices fully supported,  you have to
	  build  the kernel  with  standard  serial port  driver  included  and
	  configured for at least 4 ports.  Then, from userspace, you must load
	  a line discipline #19 on the modem (ttyS3) serial line.  The simplest
	  way to achieve this is to install util-linux-ng  and use the included
	  ldattach  utility.  This  can be  started  automatically  from  udev,
	  a simple rule like this one should do the trick (it does for me):
	  	ACTION=="add", KERNEL=="controlC0", \
				RUN+="/usr/sbin/ldattach 19 /dev/ttyS3"
55

A
Arun KS 已提交
56 57
config SND_OMAP_SOC_OSK5912
	tristate "SoC Audio support for omap osk5912"
58
	depends on SND_OMAP_SOC && MACH_OMAP_OSK && I2C
A
Arun KS 已提交
59 60 61 62
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TLV320AIC23
	help
	  Say Y if you want to add support for SoC audio on osk5912.
63

64 65 66 67 68 69 70 71 72
config SND_OMAP_SOC_AM3517EVM
	tristate "SoC Audio support for OMAP3517 / AM3517 EVM"
	depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TLV320AIC23
	help
	  Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517
	  EVM.

73 74 75 76 77 78
config SND_OMAP_SOC_SDP3430
	tristate "SoC Audio support for Texas Instruments SDP3430"
	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_3430SDP
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
79 80
	  Say Y if you want to add support for SoC audio on Texas Instruments
	  SDP3430.
81

82 83 84 85 86 87 88 89 90 91 92 93 94
config SND_OMAP_SOC_OMAP_TWL4030
	tristate "SoC Audio support for TI SoC based boards with twl4030 codec"
	depends on TWL4030_CORE && SND_OMAP_SOC
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
	  Say Y if you want to add support for SoC audio on TI SoC based boards
	  using twl4030 as c codec. This driver currently supports:
	  - Beagleboard or Devkit8000
	  - Gumstix Overo or CompuLab CM-T35/CM-T3730
	  - IGEP v2
	  - OMAP3EVM

95
config SND_OMAP_SOC_OMAP_ABE_TWL6040
96
	tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec"
97
	depends on TWL6040_CORE && SND_OMAP_SOC && ARCH_OMAP4
98
	select SND_OMAP_SOC_DMIC
99 100
	select SND_OMAP_SOC_MCPDM
	select SND_SOC_TWL6040
101
	select SND_SOC_DMIC
102
	help
103 104 105
	  Say Y if you want to add support for SoC audio on OMAP boards using
	  ABE and twl6040 codec. This driver currently supports:
	  - SDP4430/Blaze boards
106 107
	  - PandaBoard (4430)
	  - PandaBoardES (4460)
108

109 110 111
config SND_OMAP_SOC_OMAP_HDMI
	tristate "SoC Audio support for Texas Instruments OMAP HDMI"
	depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS
112
	select SND_OMAP_SOC_HDMI
R
Ricardo Neri 已提交
113
	select SND_SOC_OMAP_HDMI_CODEC
114
	select OMAP4_DSS_HDMI_AUDIO
115 116 117 118
	help
	  Say Y if you want to add support for SoC HDMI audio on Texas Instruments
	  OMAP4 chips

119 120 121 122 123 124 125
config SND_OMAP_SOC_OMAP3_PANDORA
	tristate "SoC Audio support for OMAP3 Pandora"
	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3_PANDORA
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
	  Say Y if you want to add support for SoC audio on the OMAP3 Pandora.
126

127 128 129 130 131 132 133
config SND_OMAP_SOC_ZOOM2
	tristate "SoC Audio support for Zoom2"
	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_ZOOM2
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
	  Say Y if you want to add support for Soc audio on Zoom2 board.