blob: 8b62798a04b831a2b04d14da3203504ee9055eb1 [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
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 Brar357a1db2009-11-17 16:54:03 +090027config SND_S3C_SOC_PCM
28 tristate
29
Graeme Gregory80ab1c02007-05-14 11:06:11 +020030config SND_S3C2443_SOC_AC97
31 tristate
Ben Dooksc36623a2009-03-04 00:49:34 +000032 select S3C2410_DMA
Graeme Gregory80ab1c02007-05-14 11:06:11 +020033 select AC97_BUS
Graeme Gregory80ab1c02007-05-14 11:06:11 +020034 select SND_SOC_AC97_BUS
Jassi Brarfc93ea22010-01-27 14:59:08 +090035
36config SND_S3C_SOC_AC97
37 tristate
38 select SND_SOC_AC97_BUS
39
Graeme Gregory80ab1c02007-05-14 11:06:11 +020040config SND_S3C24XX_SOC_NEO1973_WM8753
41 tristate "SoC I2S Audio support for NEO1973 - WM8753"
Arnaud Patard9c638cd2007-07-23 15:43:37 +020042 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Graeme Gregory80ab1c02007-05-14 11:06:11 +020043 select SND_S3C24XX_SOC_I2S
44 select SND_SOC_WM8753
45 help
46 Say Y if you want to add support for SoC audio on smdk2440
47 with the WM8753.
48
Mark Brown606689e2009-02-28 17:33:52 +000049config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
50 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
51 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
52 select SND_S3C24XX_SOC_I2S
53 select SND_SOC_WM8753
54 help
55 This driver provides audio support for the Openmoko Neo FreeRunner
56 smartphone.
57
Ben Dooks3093e482009-03-04 00:49:27 +000058config SND_S3C24XX_SOC_JIVE_WM8750
59 tristate "SoC I2S Audio support for Jive"
60 depends on SND_S3C24XX_SOC && MACH_JIVE
61 select SND_SOC_WM8750
Ben Dooks3093e482009-03-04 00:49:27 +000062 select SND_S3C2412_SOC_I2S
63 help
64 Sat Y if you want to add support for SoC audio on the Jive.
65
jassi brard0f5fa12009-09-19 09:46:06 +090066config SND_S3C64XX_SOC_WM8580
67 tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
68 depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410)
69 depends on BROKEN
70 select SND_SOC_WM8580
71 select SND_S3C64XX_SOC_I2S
72 help
73 Sat Y if you want to add support for SoC audio on the SMDK64XX.
74
Graeme Gregory80ab1c02007-05-14 11:06:11 +020075config SND_S3C24XX_SOC_SMDK2443_WM9710
76 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
77 depends on SND_S3C24XX_SOC && MACH_SMDK2443
Jassi Brar1ec29632010-01-27 15:01:03 +090078 select S3C2410_DMA
79 select AC97_BUS
Graeme Gregory80ab1c02007-05-14 11:06:11 +020080 select SND_SOC_AC97_CODEC
Jassi Brar1ec29632010-01-27 15:01:03 +090081 select SND_S3C_SOC_AC97
Graeme Gregory80ab1c02007-05-14 11:06:11 +020082 help
83 Say Y if you want to add support for SoC audio on smdk2443
84 with the WM9710.
85
Ivan Kuten040956f2007-10-26 14:53:47 +020086config SND_S3C24XX_SOC_LN2440SBC_ALC650
87 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010088 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ivan Kuten040956f2007-10-26 14:53:47 +020089 select SND_S3C2443_SOC_AC97
90 select SND_SOC_AC97_CODEC
91 help
92 Say Y if you want to add support for SoC audio on ln2440sbc
93 with the ALC650.
Graeme Gregory80ab1c02007-05-14 11:06:11 +020094
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010095config SND_S3C24XX_SOC_S3C24XX_UDA134X
96 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010097 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010098 select SND_S3C24XX_SOC_I2S
Mark Brown070504a2009-01-23 15:34:54 +000099 select SND_SOC_L3
Christian Pellegrin7ad933d2008-11-15 08:58:32 +0100100 select SND_SOC_UDA134X
Ben Dooks14412ac2009-08-20 22:50:40 +0100101
102config SND_S3C24XX_SOC_SIMTEC
103 tristate
104 help
105 Internal node for common S3C24XX/Simtec suppor
106
107config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
108 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
Mark Brownbc366812009-08-25 15:53:41 +0100109 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooks14412ac2009-08-20 22:50:40 +0100110 select SND_S3C24XX_SOC_I2S
111 select SND_SOC_TLV320AIC23
112 select SND_S3C24XX_SOC_SIMTEC
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100113
114config SND_S3C24XX_SOC_SIMTEC_HERMES
115 tristate "SoC I2S Audio support for Simtec Hermes board"
Mark Brownbc366812009-08-25 15:53:41 +0100116 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100117 select SND_S3C24XX_SOC_I2S
118 select SND_SOC_TLV320AIC3X
119 select SND_S3C24XX_SOC_SIMTEC
Jassi Brarff6e64d2010-01-27 14:59:19 +0900120
121config SND_SOC_SMDK_WM9713
122 tristate "SoC AC97 Audio support for SMDK with WM9713"
123 depends on SND_S3C24XX_SOC && MACH_SMDK6410
124 select SND_SOC_WM9713
125 select SND_S3C_SOC_AC97
126 help
127 Sat Y if you want to add support for SoC audio on the SMDK.