blob: f8e0fff263843cb4f1acf450b31a6f87dabefe69 [file] [log] [blame]
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01001config SND_S3C24XX_SOC
Mark Brown499d8f42009-03-05 17:26:15 +00002 tristate "SoC Audio for the Samsung S3CXXXX chips"
Mark Brownb2472b12009-08-18 16:02:59 +01003 depends on ARCH_S3C2410 || ARCH_S3C64XX
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01004 help
5 Say Y or M if you want to add support for codecs attached to
Mark Brown6e498d52009-04-09 16:40:41 +01006 the S3C24XX AC97 or I2S interfaces. You will also need to
7 select the audio interfaces to support below.
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01008
9config SND_S3C24XX_SOC_I2S
10 tristate
Ben Dooksc36623a2009-03-04 00:49:34 +000011 select S3C2410_DMA
Graeme Gregory80ab1c02007-05-14 11:06:11 +020012
Ben Dooksdc854472009-03-04 00:49:30 +000013config SND_S3C_I2SV2_SOC
14 tristate
15
Ben Dooks49646df2008-01-10 14:47:21 +010016config SND_S3C2412_SOC_I2S
17 tristate
Ben Dooksdc854472009-03-04 00:49:30 +000018 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000019 select S3C2410_DMA
Ben Dooks49646df2008-01-10 14:47:21 +010020
Ben Dooksf8cf8172009-03-04 00:49:31 +000021config SND_S3C64XX_SOC_I2S
22 tristate
23 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000024 select S3C64XX_DMA
Ben Dooksf8cf8172009-03-04 00:49:31 +000025
Graeme Gregory80ab1c02007-05-14 11:06:11 +020026config SND_S3C2443_SOC_AC97
27 tristate
Ben Dooksc36623a2009-03-04 00:49:34 +000028 select S3C2410_DMA
Graeme Gregory80ab1c02007-05-14 11:06:11 +020029 select AC97_BUS
Graeme Gregory80ab1c02007-05-14 11:06:11 +020030 select SND_SOC_AC97_BUS
31
32config SND_S3C24XX_SOC_NEO1973_WM8753
33 tristate "SoC I2S Audio support for NEO1973 - WM8753"
Arnaud Patard9c638cd2007-07-23 15:43:37 +020034 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Graeme Gregory80ab1c02007-05-14 11:06:11 +020035 select SND_S3C24XX_SOC_I2S
36 select SND_SOC_WM8753
37 help
38 Say Y if you want to add support for SoC audio on smdk2440
39 with the WM8753.
40
Mark Brown606689e2009-02-28 17:33:52 +000041config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
42 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
43 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
44 select SND_S3C24XX_SOC_I2S
45 select SND_SOC_WM8753
46 help
47 This driver provides audio support for the Openmoko Neo FreeRunner
48 smartphone.
49
Ben Dooks3093e482009-03-04 00:49:27 +000050config SND_S3C24XX_SOC_JIVE_WM8750
51 tristate "SoC I2S Audio support for Jive"
52 depends on SND_S3C24XX_SOC && MACH_JIVE
53 select SND_SOC_WM8750
Ben Dooks3093e482009-03-04 00:49:27 +000054 select SND_S3C2412_SOC_I2S
55 help
56 Sat Y if you want to add support for SoC audio on the Jive.
57
Graeme Gregory80ab1c02007-05-14 11:06:11 +020058config SND_S3C24XX_SOC_SMDK2443_WM9710
59 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
60 depends on SND_S3C24XX_SOC && MACH_SMDK2443
61 select SND_S3C2443_SOC_AC97
62 select SND_SOC_AC97_CODEC
63 help
64 Say Y if you want to add support for SoC audio on smdk2443
65 with the WM9710.
66
Ivan Kuten040956f2007-10-26 14:53:47 +020067config SND_S3C24XX_SOC_LN2440SBC_ALC650
68 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010069 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ivan Kuten040956f2007-10-26 14:53:47 +020070 select SND_S3C2443_SOC_AC97
71 select SND_SOC_AC97_CODEC
72 help
73 Say Y if you want to add support for SoC audio on ln2440sbc
74 with the ALC650.
Graeme Gregory80ab1c02007-05-14 11:06:11 +020075
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010076config SND_S3C24XX_SOC_S3C24XX_UDA134X
77 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010078 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010079 select SND_S3C24XX_SOC_I2S
Mark Brown070504a2009-01-23 15:34:54 +000080 select SND_SOC_L3
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010081 select SND_SOC_UDA134X
Ben Dooks14412ac2009-08-20 22:50:40 +010082
83config SND_S3C24XX_SOC_SIMTEC
84 tristate
85 help
86 Internal node for common S3C24XX/Simtec suppor
87
88config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
89 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
90 depends on SND_S3C24XX_SOC
91 select SND_S3C24XX_SOC_I2S
92 select SND_SOC_TLV320AIC23
93 select SND_S3C24XX_SOC_SIMTEC
Ben Dooksb2ec22e2009-08-20 22:50:43 +010094
95config SND_S3C24XX_SOC_SIMTEC_HERMES
96 tristate "SoC I2S Audio support for Simtec Hermes board"
97 depends on SND_S3C24XX_SOC
98 select SND_S3C24XX_SOC_I2S
99 select SND_SOC_TLV320AIC3X
100 select SND_S3C24XX_SOC_SIMTEC