blob: 396f678d1af5fa6334a93e0c40c8fefc0a3d0382 [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
Marek Beliskob0fc7b82010-11-08 13:14:51 +01005 select S3C2410_DMA if ARCH_S3C2410
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01006 help
7 Say Y or M if you want to add support for codecs attached to
Mark Brown6e498d52009-04-09 16:40:41 +01008 the S3C24XX AC97 or I2S interfaces. You will also need to
9 select the audio interfaces to support below.
Graeme Gregory86e1f0d2007-02-14 13:20:46 +010010
11config SND_S3C24XX_SOC_I2S
12 tristate
Ben Dooksc36623a2009-03-04 00:49:34 +000013 select S3C2410_DMA
Graeme Gregory80ab1c02007-05-14 11:06:11 +020014
Ben Dooksdc854472009-03-04 00:49:30 +000015config SND_S3C_I2SV2_SOC
16 tristate
17
Ben Dooks49646df2008-01-10 14:47:21 +010018config SND_S3C2412_SOC_I2S
19 tristate
Ben Dooksdc854472009-03-04 00:49:30 +000020 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000021 select S3C2410_DMA
Ben Dooks49646df2008-01-10 14:47:21 +010022
Jassi Brar357a1db2009-11-17 16:54:03 +090023config SND_S3C_SOC_PCM
24 tristate
25
Jassi Brarfc93ea22010-01-27 14:59:08 +090026config SND_S3C_SOC_AC97
27 tristate
28 select SND_SOC_AC97_BUS
29
Seungwhan Younfc127cc2010-10-12 20:51:23 +090030config SND_S5P_SOC_SPDIF
31 tristate
32 select SND_SOC_SPDIF
33
Jassi Brar1c7ac012010-11-22 15:36:59 +090034config SND_SAMSUNG_I2S
35 tristate
36
Graeme Gregory80ab1c02007-05-14 11:06:11 +020037config SND_S3C24XX_SOC_NEO1973_WM8753
38 tristate "SoC I2S Audio support for NEO1973 - WM8753"
Arnaud Patard9c638cd2007-07-23 15:43:37 +020039 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Graeme Gregory80ab1c02007-05-14 11:06:11 +020040 select SND_S3C24XX_SOC_I2S
41 select SND_SOC_WM8753
42 help
43 Say Y if you want to add support for SoC audio on smdk2440
44 with the WM8753.
45
Mark Brown606689e2009-02-28 17:33:52 +000046config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
47 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
48 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
49 select SND_S3C24XX_SOC_I2S
50 select SND_SOC_WM8753
51 help
52 This driver provides audio support for the Openmoko Neo FreeRunner
53 smartphone.
54
Ben Dooks3093e482009-03-04 00:49:27 +000055config SND_S3C24XX_SOC_JIVE_WM8750
56 tristate "SoC I2S Audio support for Jive"
57 depends on SND_S3C24XX_SOC && MACH_JIVE
58 select SND_SOC_WM8750
Ben Dooks3093e482009-03-04 00:49:27 +000059 select SND_S3C2412_SOC_I2S
60 help
61 Sat Y if you want to add support for SoC audio on the Jive.
62
Jassi Brard98ce6c2010-11-22 15:37:16 +090063config SND_SOC_SMDK_WM8580
64 tristate "SoC I2S Audio support for WM8580 on SMDK"
Jassi Brard0bbc242010-04-27 15:57:17 +090065 depends on SND_S3C24XX_SOC && MACH_SMDK6410
jassi brard0f5fa12009-09-19 09:46:06 +090066 select SND_SOC_WM8580
Jassi Brar0fff21a2010-11-22 15:37:07 +090067 select SND_SAMSUNG_I2S
jassi brard0f5fa12009-09-19 09:46:06 +090068 help
Jassi Brard98ce6c2010-11-22 15:37:16 +090069 Say Y if you want to add support for SoC audio on the SMDKs.
jassi brard0f5fa12009-09-19 09:46:06 +090070
Graeme Gregory80ab1c02007-05-14 11:06:11 +020071config SND_S3C24XX_SOC_SMDK2443_WM9710
72 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
73 depends on SND_S3C24XX_SOC && MACH_SMDK2443
Jassi Brar1ec29632010-01-27 15:01:03 +090074 select S3C2410_DMA
75 select AC97_BUS
Graeme Gregory80ab1c02007-05-14 11:06:11 +020076 select SND_SOC_AC97_CODEC
Jassi Brar1ec29632010-01-27 15:01:03 +090077 select SND_S3C_SOC_AC97
Graeme Gregory80ab1c02007-05-14 11:06:11 +020078 help
79 Say Y if you want to add support for SoC audio on smdk2443
80 with the WM9710.
81
Ivan Kuten040956f2007-10-26 14:53:47 +020082config SND_S3C24XX_SOC_LN2440SBC_ALC650
83 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010084 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Jassi Brarc67d90f2010-01-27 15:02:04 +090085 select S3C2410_DMA
86 select AC97_BUS
Ivan Kuten040956f2007-10-26 14:53:47 +020087 select SND_SOC_AC97_CODEC
Jassi Brarc67d90f2010-01-27 15:02:04 +090088 select SND_S3C_SOC_AC97
Ivan Kuten040956f2007-10-26 14:53:47 +020089 help
90 Say Y if you want to add support for SoC audio on ln2440sbc
91 with the ALC650.
Graeme Gregory80ab1c02007-05-14 11:06:11 +020092
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010093config SND_S3C24XX_SOC_S3C24XX_UDA134X
94 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010095 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010096 select SND_S3C24XX_SOC_I2S
Mark Brown070504a2009-01-23 15:34:54 +000097 select SND_SOC_L3
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010098 select SND_SOC_UDA134X
Ben Dooks14412ac2009-08-20 22:50:40 +010099
100config SND_S3C24XX_SOC_SIMTEC
101 tristate
102 help
103 Internal node for common S3C24XX/Simtec suppor
104
105config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
106 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
Mark Brownbc366812009-08-25 15:53:41 +0100107 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooks14412ac2009-08-20 22:50:40 +0100108 select SND_S3C24XX_SOC_I2S
109 select SND_SOC_TLV320AIC23
110 select SND_S3C24XX_SOC_SIMTEC
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100111
112config SND_S3C24XX_SOC_SIMTEC_HERMES
113 tristate "SoC I2S Audio support for Simtec Hermes board"
Mark Brownbc366812009-08-25 15:53:41 +0100114 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100115 select SND_S3C24XX_SOC_I2S
116 select SND_SOC_TLV320AIC3X
117 select SND_S3C24XX_SOC_SIMTEC
Jassi Brarff6e64d2010-01-27 14:59:19 +0900118
Vasily Khoruzhick81d97802010-08-30 11:28:08 +0300119config SND_S3C24XX_SOC_RX1950_UDA1380
120 tristate "Audio support for the HP iPAQ RX1950"
121 depends on SND_S3C24XX_SOC && MACH_RX1950
122 select SND_S3C24XX_SOC_I2S
123 select SND_SOC_UDA1380
124 help
125 This driver provides audio support for HP iPAQ RX1950 PDA.
126
Jassi Brarff6e64d2010-01-27 14:59:19 +0900127config SND_SOC_SMDK_WM9713
128 tristate "SoC AC97 Audio support for SMDK with WM9713"
Jassi Brarce1f7d32010-05-27 12:11:44 +0900129 depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
Jassi Brarff6e64d2010-01-27 14:59:19 +0900130 select SND_SOC_WM9713
131 select SND_S3C_SOC_AC97
132 help
133 Sat Y if you want to add support for SoC audio on the SMDK.
Maurus Cuelenaerece93a372010-07-03 02:46:12 +0200134
135config SND_S3C64XX_SOC_SMARTQ
136 tristate "SoC I2S Audio support for SmartQ board"
137 depends on SND_S3C24XX_SOC && MACH_SMARTQ
Jassi Brarb9493d62010-11-22 15:37:02 +0900138 select SND_SAMSUNG_I2S
Maurus Cuelenaerece93a372010-07-03 02:46:12 +0200139 select SND_SOC_WM8750
Chanwoo Choi3782a522010-07-21 08:06:56 +0900140
Jassi Brar3a56d0c2010-11-22 15:35:36 +0900141config SND_SOC_GONI_AQUILA_WM8994
142 tristate "SoC I2S Audio support for AQUILA/GONI - WM8994"
143 depends on SND_S3C24XX_SOC && (MACH_GONI || MACH_AQUILA)
Jassi Brarfcd8c742010-11-22 15:37:04 +0900144 select SND_SAMSUNG_I2S
Chanwoo Choi3782a522010-07-21 08:06:56 +0900145 select SND_SOC_WM8994
146 help
Jassi Brar3a56d0c2010-11-22 15:35:36 +0900147 Say Y if you want to add support for SoC audio on goni or aquila
Chanwoo Choif51582f2010-07-22 15:16:10 +0900148 with the WM8994.
Seungwhan Younb67089e2010-10-12 20:58:52 +0900149
150config SND_SOC_SMDK_SPDIF
151 tristate "SoC S/PDIF Audio support for SMDK"
152 depends on SND_S3C24XX_SOC && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210)
153 select SND_S5P_SOC_SPDIF
154 help
155 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.