1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig SND_SOC_SAMSUNG
3 tristate "ASoC support for Samsung"
4 depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
6 select SND_SOC_GENERIC_DMAENGINE_PCM
8 Say Y or M if you want to add support for codecs attached to
9 the Samsung SoCs' Audio interfaces. You will also need to
10 select the audio interfaces to support below.
14 config SND_SAMSUNG_PCM
15 tristate "Samsung PCM interface support"
17 config SND_SAMSUNG_SPDIF
18 tristate "Samsung SPDIF transmitter support"
21 config SND_SAMSUNG_I2S
22 tristate "Samsung I2S interface support"
24 config SND_SOC_SAMSUNG_SMDK_WM8994
25 tristate "SoC I2S Audio support for WM8994 on SMDK"
29 select SND_SAMSUNG_I2S
31 Say Y if you want to add support for SoC audio on the SMDKs.
33 config SND_SOC_SAMSUNG_SMDK_SPDIF
34 tristate "SoC S/PDIF Audio support for SMDK"
35 select SND_SAMSUNG_SPDIF
37 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
39 config SND_SOC_SMDK_WM8994_PCM
40 tristate "SoC PCM Audio support for WM8994 on SMDK"
44 select SND_SAMSUNG_PCM
46 Say Y if you want to add support for SoC audio on the SMDK
48 config SND_SOC_SPEYSIDE
49 tristate "Audio support for Wolfson Speyside"
50 depends on I2C && SPI_MASTER
51 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
52 select SND_SAMSUNG_I2S
56 select SND_SOC_WM1250_EV1
58 config SND_SOC_TOBERMORY
59 tristate "Audio support for Wolfson Tobermory"
60 depends on INPUT && I2C
61 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
62 select SND_SAMSUNG_I2S
66 tristate "Audio support for Wolfson Bells"
67 depends on MFD_ARIZONA && MFD_WM5102 && MFD_WM5110 && I2C && SPI_MASTER
68 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
69 select SND_SAMSUNG_I2S
74 select SND_SOC_WM1250_EV1
76 config SND_SOC_LOWLAND
77 tristate "Audio support for Wolfson Lowland"
79 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
80 select SND_SAMSUNG_I2S
84 config SND_SOC_LITTLEMILL
85 tristate "Audio support for Wolfson Littlemill"
87 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
88 select SND_SAMSUNG_I2S
93 tristate "Audio support for Google Snow boards"
95 select SND_SOC_MAX98090
96 select SND_SOC_MAX98095
97 select SND_SAMSUNG_I2S
99 Say Y if you want to add audio support for various Snow
100 boards based on Exynos5 series of SoCs.
102 config SND_SOC_ODROID
103 tristate "Audio support for Odroid XU3/XU4"
104 depends on SND_SOC_SAMSUNG && I2C
105 select SND_SOC_MAX98090
106 select SND_SAMSUNG_I2S
108 Say Y here to enable audio support for the Odroid XU3/XU4.
110 config SND_SOC_ARNDALE
111 tristate "Audio support for Arndale Board"
113 select SND_SAMSUNG_I2S
114 select SND_SOC_RT5631
116 select SND_SOC_WM8994
118 config SND_SOC_SAMSUNG_TM2_WM5110
119 tristate "SoC I2S Audio support for WM5110 on TM2 board"
120 depends on SND_SOC_SAMSUNG && MFD_ARIZONA && MFD_WM5110 && I2C && SPI_MASTER
121 depends on GPIOLIB || COMPILE_TEST
122 select SND_SOC_MAX98504
123 select SND_SOC_WM5110
124 select SND_SAMSUNG_I2S
126 Say Y if you want to add support for SoC audio on the TM2 board.
128 config SND_SOC_SAMSUNG_ARIES_WM8994
129 tristate "SoC I2S Audio support for WM8994 on Aries"
130 depends on SND_SOC_SAMSUNG && MFD_WM8994 && IIO && EXTCON
131 select SND_SOC_BT_SCO
132 select SND_SOC_WM8994
133 select SND_SAMSUNG_I2S
135 Say Y if you want to add support for SoC audio on Aries boards,
136 which has a WM8994 codec connected to a BT codec, a cellular
137 modem, and the Samsung I2S controller. Jack detection is done
138 via ADC, GPIOs, and an extcon device. Switching between the Mic
139 and TV-Out path is also handled.
141 config SND_SOC_SAMSUNG_MIDAS_WM1811
142 tristate "SoC I2S Audio support for Midas boards"
143 depends on SND_SOC_SAMSUNG && IIO
144 select SND_SAMSUNG_I2S
145 select SND_SOC_WM8994
147 Say Y if you want to add support for SoC audio on the Midas boards.
149 endif #SND_SOC_SAMSUNG