aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r--sound/soc/omap/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index b771238662b6..653a362425df 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -15,6 +15,25 @@ config SND_OMAP_SOC_N810
15 help 15 help
16 Say Y if you want to add support for SoC audio on Nokia N810. 16 Say Y if you want to add support for SoC audio on Nokia N810.
17 17
18config SND_OMAP_SOC_AMS_DELTA
19 tristate "SoC Audio support for Amstrad E3 (Delta) videophone"
20 depends on SND_OMAP_SOC && MACH_AMS_DELTA
21 select SND_OMAP_SOC_MCBSP
22 select SND_SOC_CX20442
23 help
24 Say Y if you want to add support for SoC audio device connected to
25 a handset and a speakerphone found on Amstrad E3 (Delta) videophone.
26
27 Note that in order to get those devices fully supported, you have to
28 build the kernel with standard serial port driver included and
29 configured for at least 4 ports. Then, from userspace, you must load
30 a line discipline #19 on the modem (ttyS3) serial line. The simplest
31 way to achieve this is to install util-linux-ng and use the included
32 ldattach utility. This can be started automatically from udev,
33 a simple rule like this one should do the trick (it does for me):
34 ACTION=="add", KERNEL=="controlC0", \
35 RUN+="/usr/sbin/ldattach 19 /dev/ttyS3"
36
18config SND_OMAP_SOC_OSK5912 37config SND_OMAP_SOC_OSK5912
19 tristate "SoC Audio support for omap osk5912" 38 tristate "SoC Audio support for omap osk5912"
20 depends on SND_OMAP_SOC && MACH_OMAP_OSK && I2C 39 depends on SND_OMAP_SOC && MACH_OMAP_OSK && I2C
@@ -72,4 +91,11 @@ config SND_OMAP_SOC_OMAP3_BEAGLE
72 help 91 help
73 Say Y if you want to add support for SoC audio on the Beagleboard. 92 Say Y if you want to add support for SoC audio on the Beagleboard.
74 93
94config SND_OMAP_SOC_ZOOM2
95 tristate "SoC Audio support for Zoom2"
96 depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_ZOOM2
97 select SND_OMAP_SOC_MCBSP
98 select SND_SOC_TWL4030
99 help
100 Say Y if you want to add support for Soc audio on Zoom2 board.
75 101