blob: 8a6b53ccd203e0a8dfe14dd7579325284e736591 [file] [log] [blame]
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01001config SND_S3C24XX_SOC
Mark Brown499d8f4a2009-03-05 17:26:15 +00002 tristate "SoC Audio for the Samsung S3CXXXX chips"
Jassi Brarce1f7d32010-05-27 12:11:44 +09003 depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
Mark Brown239a22a2009-08-24 20:21:51 +01004 select S3C64XX_DMA if ARCH_S3C64XX
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01005 help
6 Say Y or M if you want to add support for codecs attached to
Mark Brown6e498d52009-04-09 16:40:41 +01007 the S3C24XX AC97 or I2S interfaces. You will also need to
8 select the audio interfaces to support below.
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01009
10config SND_S3C24XX_SOC_I2S
11 tristate
Ben Dooksc36623a2009-03-04 00:49:34 +000012 select S3C2410_DMA
Graeme Gregory80ab1c02007-05-14 11:06:11 +020013
Ben Dooksdc854472009-03-04 00:49:30 +000014config SND_S3C_I2SV2_SOC
15 tristate
16
Ben Dooks49646df2008-01-10 14:47:21 +010017config SND_S3C2412_SOC_I2S
18 tristate
Ben Dooksdc854472009-03-04 00:49:30 +000019 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000020 select S3C2410_DMA
Ben Dooks49646df2008-01-10 14:47:21 +010021
Ben Dooksf8cf8172009-03-04 00:49:31 +000022config SND_S3C64XX_SOC_I2S
23 tristate
24 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000025 select S3C64XX_DMA
Ben Dooksf8cf8172009-03-04 00:49:31 +000026
Jassi Braraf56b1c2010-04-27 15:57:11 +090027config SND_S3C64XX_SOC_I2S_V4
28 tristate
29 select SND_S3C_I2SV2_SOC
30 select S3C64XX_DMA
31
Jassi Brar357a1db2009-11-17 16:54:03 +090032config SND_S3C_SOC_PCM
33 tristate
34
Jassi Brarfc93ea22010-01-27 14:59:08 +090035config SND_S3C_SOC_AC97
36 tristate
37 select SND_SOC_AC97_BUS
38
Seungwhan Younfc127cc2010-10-12 20:51:23 +090039config SND_S5P_SOC_SPDIF
40 tristate
41 select SND_SOC_SPDIF
42
Graeme Gregory80ab1c02007-05-14 11:06:11 +020043config SND_S3C24XX_SOC_NEO1973_WM8753
44 tristate "SoC I2S Audio support for NEO1973 - WM8753"
Arnaud Patard9c638cd2007-07-23 15:43:37 +020045 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Graeme Gregory80ab1c02007-05-14 11:06:11 +020046 select SND_S3C24XX_SOC_I2S
47 select SND_SOC_WM8753
48 help
49 Say Y if you want to add support for SoC audio on smdk2440
50 with the WM8753.
51
Mark Brown606689e2009-02-28 17:33:52 +000052config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
53 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
54 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
55 select SND_S3C24XX_SOC_I2S
56 select SND_SOC_WM8753
57 help
58 This driver provides audio support for the Openmoko Neo FreeRunner
59 smartphone.
60
Ben Dooks3093e482009-03-04 00:49:27 +000061config SND_S3C24XX_SOC_JIVE_WM8750
62 tristate "SoC I2S Audio support for Jive"
63 depends on SND_S3C24XX_SOC && MACH_JIVE
64 select SND_SOC_WM8750
Ben Dooks3093e482009-03-04 00:49:27 +000065 select SND_S3C2412_SOC_I2S
66 help
67 Sat Y if you want to add support for SoC audio on the Jive.
68
jassi brard0f5fa12009-09-19 09:46:06 +090069config SND_S3C64XX_SOC_WM8580
70 tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
Jassi Brard0bbc242010-04-27 15:57:17 +090071 depends on SND_S3C24XX_SOC && MACH_SMDK6410
jassi brard0f5fa12009-09-19 09:46:06 +090072 select SND_SOC_WM8580
Jassi Brard0bbc242010-04-27 15:57:17 +090073 select SND_S3C64XX_SOC_I2S_V4
jassi brard0f5fa12009-09-19 09:46:06 +090074 help
Jassi Brard0bbc242010-04-27 15:57:17 +090075 Say Y if you want to add support for SoC audio on the SMDK6410.
jassi brard0f5fa12009-09-19 09:46:06 +090076
Graeme Gregory80ab1c02007-05-14 11:06:11 +020077config SND_S3C24XX_SOC_SMDK2443_WM9710
78 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
79 depends on SND_S3C24XX_SOC && MACH_SMDK2443
Jassi Brar1ec29632010-01-27 15:01:03 +090080 select S3C2410_DMA
81 select AC97_BUS
Graeme Gregory80ab1c02007-05-14 11:06:11 +020082 select SND_SOC_AC97_CODEC
Jassi Brar1ec29632010-01-27 15:01:03 +090083 select SND_S3C_SOC_AC97
Graeme Gregory80ab1c02007-05-14 11:06:11 +020084 help
85 Say Y if you want to add support for SoC audio on smdk2443
86 with the WM9710.
87
Ivan Kuten040956f2007-10-26 14:53:47 +020088config SND_S3C24XX_SOC_LN2440SBC_ALC650
89 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010090 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Jassi Brarc67d90f2010-01-27 15:02:04 +090091 select S3C2410_DMA
92 select AC97_BUS
Ivan Kuten040956f2007-10-26 14:53:47 +020093 select SND_SOC_AC97_CODEC
Jassi Brarc67d90f2010-01-27 15:02:04 +090094 select SND_S3C_SOC_AC97
Ivan Kuten040956f2007-10-26 14:53:47 +020095 help
96 Say Y if you want to add support for SoC audio on ln2440sbc
97 with the ALC650.
Graeme Gregory80ab1c02007-05-14 11:06:11 +020098
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010099config SND_S3C24XX_SOC_S3C24XX_UDA134X
100 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
Mark Brown4bc4c9a2009-08-04 11:38:42 +0100101 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Christian Pellegrin7ad933d2008-11-15 08:58:32 +0100102 select SND_S3C24XX_SOC_I2S
Mark Brown070504a2009-01-23 15:34:54 +0000103 select SND_SOC_L3
Christian Pellegrin7ad933d2008-11-15 08:58:32 +0100104 select SND_SOC_UDA134X
Ben Dooks14412ac2009-08-20 22:50:40 +0100105
106config SND_S3C24XX_SOC_SIMTEC
107 tristate
108 help
109 Internal node for common S3C24XX/Simtec suppor
110
111config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
112 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
Mark Brownbc366812009-08-25 15:53:41 +0100113 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooks14412ac2009-08-20 22:50:40 +0100114 select SND_S3C24XX_SOC_I2S
115 select SND_SOC_TLV320AIC23
116 select SND_S3C24XX_SOC_SIMTEC
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100117
118config SND_S3C24XX_SOC_SIMTEC_HERMES
119 tristate "SoC I2S Audio support for Simtec Hermes board"
Mark Brownbc366812009-08-25 15:53:41 +0100120 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100121 select SND_S3C24XX_SOC_I2S
122 select SND_SOC_TLV320AIC3X
123 select SND_S3C24XX_SOC_SIMTEC
Jassi Brarff6e64d2010-01-27 14:59:19 +0900124
Vasily Khoruzhick81d97802010-08-30 11:28:08 +0300125config SND_S3C24XX_SOC_RX1950_UDA1380
126 tristate "Audio support for the HP iPAQ RX1950"
127 depends on SND_S3C24XX_SOC && MACH_RX1950
128 select SND_S3C24XX_SOC_I2S
129 select SND_SOC_UDA1380
130 help
131 This driver provides audio support for HP iPAQ RX1950 PDA.
132
Jassi Brarff6e64d2010-01-27 14:59:19 +0900133config SND_SOC_SMDK_WM9713
134 tristate "SoC AC97 Audio support for SMDK with WM9713"
Jassi Brarce1f7d32010-05-27 12:11:44 +0900135 depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
Jassi Brarff6e64d2010-01-27 14:59:19 +0900136 select SND_SOC_WM9713
137 select SND_S3C_SOC_AC97
138 help
139 Sat Y if you want to add support for SoC audio on the SMDK.
Maurus Cuelenaerece93a372010-07-03 02:46:12 +0200140
141config SND_S3C64XX_SOC_SMARTQ
142 tristate "SoC I2S Audio support for SmartQ board"
143 depends on SND_S3C24XX_SOC && MACH_SMARTQ
144 select SND_S3C64XX_SOC_I2S
145 select SND_SOC_WM8750
Chanwoo Choi3782a522010-07-21 08:06:56 +0900146
147config SND_S5PC110_SOC_AQUILA_WM8994
148 tristate "SoC I2S Audio support for AQUILA - WM8994"
149 depends on SND_S3C24XX_SOC && MACH_AQUILA
150 select SND_S3C64XX_SOC_I2S_V4
151 select SND_SOC_WM8994
152 help
153 Say Y if you want to add support for SoC audio on aquila
154 with the WM8994.
Chanwoo Choif51582f2010-07-22 15:16:10 +0900155
156config SND_S5PV210_SOC_GONI_WM8994
157 tristate "SoC I2S Audio support for GONI - WM8994"
158 depends on SND_S3C24XX_SOC && MACH_GONI
159 select SND_S3C64XX_SOC_I2S_V4
160 select SND_SOC_WM8994
161 help
162 Say Y if you want to add support for SoC audio on goni
163 with the WM8994.
Seungwhan Younb67089e2010-10-12 20:58:52 +0900164
165config SND_SOC_SMDK_SPDIF
166 tristate "SoC S/PDIF Audio support for SMDK"
167 depends on SND_S3C24XX_SOC && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210)
168 select SND_S5P_SOC_SPDIF
169 help
170 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.