]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/s3c24xx/Kconfig
ASoC: multi-component - ASoC Multi-Component Support
[mirror_ubuntu-bionic-kernel.git] / sound / soc / s3c24xx / Kconfig
CommitLineData
86e1f0df 1config SND_S3C24XX_SOC
499d8f4a 2 tristate "SoC Audio for the Samsung S3CXXXX chips"
ce1f7d30 3 depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
239a22aa 4 select S3C64XX_DMA if ARCH_S3C64XX
86e1f0df
GG
5 help
6 Say Y or M if you want to add support for codecs attached to
6e498d5e
MB
7 the S3C24XX AC97 or I2S interfaces. You will also need to
8 select the audio interfaces to support below.
86e1f0df
GG
9
10config SND_S3C24XX_SOC_I2S
11 tristate
c36623a7 12 select S3C2410_DMA
80ab1c0e 13
dc85447b
BD
14config SND_S3C_I2SV2_SOC
15 tristate
16
49646dfa
BD
17config SND_S3C2412_SOC_I2S
18 tristate
dc85447b 19 select SND_S3C_I2SV2_SOC
c36623a7 20 select S3C2410_DMA
49646dfa 21
f8cf8176
BD
22config SND_S3C64XX_SOC_I2S
23 tristate
24 select SND_S3C_I2SV2_SOC
c36623a7 25 select S3C64XX_DMA
f8cf8176 26
af56b1c2
JB
27config SND_S3C64XX_SOC_I2S_V4
28 tristate
29 select SND_S3C_I2SV2_SOC
30 select S3C64XX_DMA
31
357a1db9
JB
32config SND_S3C_SOC_PCM
33 tristate
34
fc93ea2f
JB
35config SND_S3C_SOC_AC97
36 tristate
37 select SND_SOC_AC97_BUS
38
80ab1c0e
GG
39config SND_S3C24XX_SOC_NEO1973_WM8753
40 tristate "SoC I2S Audio support for NEO1973 - WM8753"
9c638cd6 41 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
80ab1c0e
GG
42 select SND_S3C24XX_SOC_I2S
43 select SND_SOC_WM8753
44 help
45 Say Y if you want to add support for SoC audio on smdk2440
46 with the WM8753.
47
606689e9
MB
48config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
49 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
50 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
51 select SND_S3C24XX_SOC_I2S
52 select SND_SOC_WM8753
53 help
54 This driver provides audio support for the Openmoko Neo FreeRunner
55 smartphone.
56
3093e48c
BD
57config SND_S3C24XX_SOC_JIVE_WM8750
58 tristate "SoC I2S Audio support for Jive"
59 depends on SND_S3C24XX_SOC && MACH_JIVE
60 select SND_SOC_WM8750
3093e48c
BD
61 select SND_S3C2412_SOC_I2S
62 help
63 Sat Y if you want to add support for SoC audio on the Jive.
64
d0f5fa17 65config SND_S3C64XX_SOC_WM8580
66 tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
d0bbc24d 67 depends on SND_S3C24XX_SOC && MACH_SMDK6410
d0f5fa17 68 select SND_SOC_WM8580
d0bbc24d 69 select SND_S3C64XX_SOC_I2S_V4
d0f5fa17 70 help
d0bbc24d 71 Say Y if you want to add support for SoC audio on the SMDK6410.
d0f5fa17 72
80ab1c0e
GG
73config SND_S3C24XX_SOC_SMDK2443_WM9710
74 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
75 depends on SND_S3C24XX_SOC && MACH_SMDK2443
1ec2963a
JB
76 select S3C2410_DMA
77 select AC97_BUS
80ab1c0e 78 select SND_SOC_AC97_CODEC
1ec2963a 79 select SND_S3C_SOC_AC97
80ab1c0e
GG
80 help
81 Say Y if you want to add support for SoC audio on smdk2443
82 with the WM9710.
83
040956fa
IK
84config SND_S3C24XX_SOC_LN2440SBC_ALC650
85 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
4bc4c9a5 86 depends on SND_S3C24XX_SOC && ARCH_S3C2410
c67d90ff
JB
87 select S3C2410_DMA
88 select AC97_BUS
040956fa 89 select SND_SOC_AC97_CODEC
c67d90ff 90 select SND_S3C_SOC_AC97
040956fa
IK
91 help
92 Say Y if you want to add support for SoC audio on ln2440sbc
93 with the ALC650.
80ab1c0e 94
7ad933d7
CP
95config SND_S3C24XX_SOC_S3C24XX_UDA134X
96 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
4bc4c9a5 97 depends on SND_S3C24XX_SOC && ARCH_S3C2410
7ad933d7 98 select SND_S3C24XX_SOC_I2S
070504ad 99 select SND_SOC_L3
7ad933d7 100 select SND_SOC_UDA134X
14412acd
BD
101
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"
bc36681f 109 depends on SND_S3C24XX_SOC && ARCH_S3C2410
14412acd
BD
110 select SND_S3C24XX_SOC_I2S
111 select SND_SOC_TLV320AIC23
112 select SND_S3C24XX_SOC_SIMTEC
b2ec22e2
BD
113
114config SND_S3C24XX_SOC_SIMTEC_HERMES
115 tristate "SoC I2S Audio support for Simtec Hermes board"
bc36681f 116 depends on SND_S3C24XX_SOC && ARCH_S3C2410
b2ec22e2
BD
117 select SND_S3C24XX_SOC_I2S
118 select SND_SOC_TLV320AIC3X
119 select SND_S3C24XX_SOC_SIMTEC
ff6e64da
JB
120
121config SND_SOC_SMDK_WM9713
122 tristate "SoC AC97 Audio support for SMDK with WM9713"
ce1f7d30 123 depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
ff6e64da
JB
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.
ce93a370
MC
128
129config SND_S3C64XX_SOC_SMARTQ
130 tristate "SoC I2S Audio support for SmartQ board"
131 depends on SND_S3C24XX_SOC && MACH_SMARTQ
132 select SND_S3C64XX_SOC_I2S
133 select SND_SOC_WM8750