Kconfig 4.9 KB
Newer Older
1 2
config SND_OMAP_SOC
	tristate "SoC Audio for the Texas Instruments OMAP chips"
3
	depends on ARCH_OMAP
4

5 6 7
config SND_OMAP_SOC_DMIC
	tristate

8 9 10
config SND_OMAP_SOC_MCBSP
	tristate

11 12 13
config SND_OMAP_SOC_MCPDM
	tristate

14 15 16
config SND_OMAP_SOC_HDMI
	tristate

17 18
config SND_OMAP_SOC_N810
	tristate "SoC Audio support for Nokia N810"
19
	depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C
20
	depends on OMAP_MUX
21 22 23 24
	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 已提交
25

26 27 28 29 30
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
31
	select SND_SOC_TPA6130A2
32 33 34 35
	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.

36 37 38 39 40 41
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
42 43 44 45 46 47 48 49 50 51 52 53
	  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"
54

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

config SND_OMAP_SOC_OVERO
64 65
	tristate "SoC Audio support for Gumstix Overo and CompuLab CM-T35"
	depends on TWL4030_CORE && SND_OMAP_SOC && (MACH_OVERO || MACH_CM_T35)
66 67 68
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
69 70
	  Say Y if you want to add support for SoC audio on the
	  Gumstix Overo or CompuLab CM-T35
71

72 73 74 75 76 77 78 79
config SND_OMAP_SOC_OMAP3EVM
	tristate "SoC Audio support for OMAP3EVM board"
	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3EVM
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
	  Say Y if you want to add support for SoC audio on the omap3evm board.

80 81 82 83 84 85 86 87 88
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.

89 90 91 92 93 94
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
95 96
	  Say Y if you want to add support for SoC audio on Texas Instruments
	  SDP3430.
97

98
config SND_OMAP_SOC_OMAP_ABE_TWL6040
99
	tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec"
100
	depends on TWL4030_CORE && SND_OMAP_SOC && ARCH_OMAP4
101
	select SND_OMAP_SOC_DMIC
102 103
	select SND_OMAP_SOC_MCPDM
	select SND_SOC_TWL6040
104
	select SND_SOC_DMIC
105
	help
106 107 108
	  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
109 110
	  - PandaBoard (4430)
	  - PandaBoardES (4460)
111

112 113 114 115 116 117 118 119
config SND_OMAP_SOC_OMAP4_HDMI
	tristate "SoC Audio support for Texas Instruments OMAP4 HDMI"
	depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS && ARCH_OMAP4
	select SND_OMAP_SOC_HDMI
	help
	  Say Y if you want to add support for SoC HDMI audio on Texas Instruments
	  OMAP4 chips

120 121 122 123 124 125 126
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.
127 128

config SND_OMAP_SOC_OMAP3_BEAGLE
T
Thomas Weber 已提交
129 130 131
	tristate "SoC Audio support for OMAP3 Beagle and Devkit8000"
	depends on TWL4030_CORE && SND_OMAP_SOC
	depends on (MACH_OMAP3_BEAGLE || MACH_DEVKIT8000)
132 133 134
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
T
Thomas Weber 已提交
135 136
	  Say Y if you want to add support for SoC audio on the Beagleboard or
	  the clone Devkit8000.
137

138 139 140 141 142 143 144
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.
145

146 147 148 149 150 151 152
config SND_OMAP_SOC_IGEP0020
	tristate "SoC Audio support for IGEP v2"
	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_IGEP0020
	select SND_OMAP_SOC_MCBSP
	select SND_SOC_TWL4030
	help
	  Say Y if you want to add support for Soc audio on IGEP v2 board.