1 # SPDX-License-Identifier: GPL-2.0-only << 2 menuconfig SND_SOC_SAMSUNG 1 menuconfig SND_SOC_SAMSUNG 3 tristate "ASoC support for Samsung" 2 tristate "ASoC support for Samsung" 4 depends on PLAT_SAMSUNG || ARCH_S5PV21 !! 3 depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST 5 depends on COMMON_CLK 4 depends on COMMON_CLK 6 select SND_SOC_GENERIC_DMAENGINE_PCM 5 select SND_SOC_GENERIC_DMAENGINE_PCM 7 help !! 6 ---help--- 8 Say Y or M if you want to add suppor 7 Say Y or M if you want to add support for codecs attached to 9 the Samsung SoCs' Audio interfaces. 8 the Samsung SoCs' Audio interfaces. You will also need to 10 select the audio interfaces to suppo 9 select the audio interfaces to support below. 11 10 12 if SND_SOC_SAMSUNG 11 if SND_SOC_SAMSUNG 13 12 >> 13 config SND_S3C24XX_I2S >> 14 tristate >> 15 >> 16 config SND_S3C_I2SV2_SOC >> 17 tristate >> 18 >> 19 config SND_S3C2412_SOC_I2S >> 20 tristate >> 21 select SND_S3C_I2SV2_SOC >> 22 14 config SND_SAMSUNG_PCM 23 config SND_SAMSUNG_PCM 15 tristate "Samsung PCM interface suppor 24 tristate "Samsung PCM interface support" 16 25 17 config SND_SAMSUNG_SPDIF 26 config SND_SAMSUNG_SPDIF 18 tristate "Samsung SPDIF transmitter su 27 tristate "Samsung SPDIF transmitter support" 19 select SND_SOC_SPDIF 28 select SND_SOC_SPDIF 20 29 21 config SND_SAMSUNG_I2S 30 config SND_SAMSUNG_I2S 22 tristate "Samsung I2S interface suppor 31 tristate "Samsung I2S interface support" 23 32 >> 33 config SND_SOC_SAMSUNG_NEO1973_WM8753 >> 34 tristate "Audio support for Openmoko Neo1973 Smartphones (GTA02)" >> 35 depends on MACH_NEO1973_GTA02 >> 36 select SND_S3C24XX_I2S >> 37 select SND_SOC_WM8753 >> 38 select SND_SOC_BT_SCO >> 39 help >> 40 Say Y here to enable audio support for the Openmoko Neo1973 >> 41 Smartphones. >> 42 >> 43 config SND_SOC_SAMSUNG_JIVE_WM8750 >> 44 tristate "SoC I2S Audio support for Jive" >> 45 depends on MACH_JIVE && I2C >> 46 select SND_SOC_WM8750 >> 47 select SND_S3C2412_SOC_I2S >> 48 help >> 49 Say Y if you want to add support for SoC audio on the Jive. >> 50 >> 51 config SND_SOC_SAMSUNG_SMDK_WM8580 >> 52 tristate "SoC I2S Audio support for WM8580 on SMDK" >> 53 depends on MACH_SMDK6410 || COMPILE_TEST >> 54 depends on I2C >> 55 select SND_SOC_WM8580 >> 56 select SND_SAMSUNG_I2S >> 57 help >> 58 Say Y if you want to add support for SoC audio on the SMDKs. >> 59 24 config SND_SOC_SAMSUNG_SMDK_WM8994 60 config SND_SOC_SAMSUNG_SMDK_WM8994 25 tristate "SoC I2S Audio support for WM 61 tristate "SoC I2S Audio support for WM8994 on SMDK" 26 depends on I2C=y 62 depends on I2C=y 27 select MFD_WM8994 63 select MFD_WM8994 28 select SND_SOC_WM8994 64 select SND_SOC_WM8994 29 select SND_SAMSUNG_I2S 65 select SND_SAMSUNG_I2S 30 help 66 help 31 Say Y if you want to add suppo 67 Say Y if you want to add support for SoC audio on the SMDKs. 32 68 >> 69 config SND_SOC_SAMSUNG_S3C24XX_UDA134X >> 70 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX" >> 71 depends on ARCH_S3C24XX >> 72 select SND_S3C24XX_I2S >> 73 select SND_SOC_L3 >> 74 select SND_SOC_UDA134X >> 75 >> 76 config SND_SOC_SAMSUNG_SIMTEC >> 77 tristate >> 78 help >> 79 Internal node for common S3C24XX/Simtec suppor >> 80 >> 81 config SND_SOC_SAMSUNG_SIMTEC_TLV320AIC23 >> 82 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards" >> 83 depends on ARCH_S3C24XX && I2C >> 84 select SND_S3C24XX_I2S >> 85 select SND_SOC_TLV320AIC23_I2C >> 86 select SND_SOC_SAMSUNG_SIMTEC >> 87 >> 88 config SND_SOC_SAMSUNG_SIMTEC_HERMES >> 89 tristate "SoC I2S Audio support for Simtec Hermes board" >> 90 depends on ARCH_S3C24XX && I2C >> 91 select SND_S3C24XX_I2S >> 92 select SND_SOC_TLV320AIC3X >> 93 select SND_SOC_SAMSUNG_SIMTEC >> 94 >> 95 config SND_SOC_SAMSUNG_H1940_UDA1380 >> 96 tristate "Audio support for the HP iPAQ H1940" >> 97 depends on ARCH_H1940 && I2C >> 98 select SND_S3C24XX_I2S >> 99 select SND_SOC_UDA1380 >> 100 help >> 101 This driver provides audio support for HP iPAQ h1940 PDA. >> 102 >> 103 config SND_SOC_SAMSUNG_RX1950_UDA1380 >> 104 tristate "Audio support for the HP iPAQ RX1950" >> 105 depends on MACH_RX1950 && I2C >> 106 select SND_S3C24XX_I2S >> 107 select SND_SOC_UDA1380 >> 108 help >> 109 This driver provides audio support for HP iPAQ RX1950 PDA. >> 110 >> 111 config SND_SOC_SMARTQ >> 112 tristate "SoC I2S Audio support for SmartQ board" >> 113 depends on MACH_SMARTQ || COMPILE_TEST >> 114 depends on GPIOLIB || COMPILE_TEST >> 115 depends on I2C >> 116 select SND_SAMSUNG_I2S >> 117 select SND_SOC_WM8750 >> 118 33 config SND_SOC_SAMSUNG_SMDK_SPDIF 119 config SND_SOC_SAMSUNG_SMDK_SPDIF 34 tristate "SoC S/PDIF Audio support for 120 tristate "SoC S/PDIF Audio support for SMDK" 35 select SND_SAMSUNG_SPDIF 121 select SND_SAMSUNG_SPDIF 36 help 122 help 37 Say Y if you want to add support for 123 Say Y if you want to add support for SoC S/PDIF audio on the SMDK. 38 124 39 config SND_SOC_SMDK_WM8994_PCM 125 config SND_SOC_SMDK_WM8994_PCM 40 tristate "SoC PCM Audio support for WM 126 tristate "SoC PCM Audio support for WM8994 on SMDK" 41 depends on I2C=y 127 depends on I2C=y 42 select MFD_WM8994 128 select MFD_WM8994 43 select SND_SOC_WM8994 129 select SND_SOC_WM8994 44 select SND_SAMSUNG_PCM 130 select SND_SAMSUNG_PCM 45 help 131 help 46 Say Y if you want to add support for 132 Say Y if you want to add support for SoC audio on the SMDK 47 133 48 config SND_SOC_SPEYSIDE 134 config SND_SOC_SPEYSIDE 49 tristate "Audio support for Wolfson Sp 135 tristate "Audio support for Wolfson Speyside" 50 depends on I2C && SPI_MASTER 136 depends on I2C && SPI_MASTER 51 depends on MACH_WLF_CRAGG_6410 || COMP 137 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST 52 select SND_SAMSUNG_I2S 138 select SND_SAMSUNG_I2S 53 select SND_SOC_WM8996 139 select SND_SOC_WM8996 54 select SND_SOC_WM9081 140 select SND_SOC_WM9081 55 select SND_SOC_WM0010 141 select SND_SOC_WM0010 56 select SND_SOC_WM1250_EV1 142 select SND_SOC_WM1250_EV1 57 143 58 config SND_SOC_TOBERMORY 144 config SND_SOC_TOBERMORY 59 tristate "Audio support for Wolfson To 145 tristate "Audio support for Wolfson Tobermory" 60 depends on INPUT && I2C 146 depends on INPUT && I2C 61 depends on MACH_WLF_CRAGG_6410 || COMP 147 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST 62 select SND_SAMSUNG_I2S 148 select SND_SAMSUNG_I2S 63 select SND_SOC_WM8962 149 select SND_SOC_WM8962 64 150 65 config SND_SOC_BELLS 151 config SND_SOC_BELLS 66 tristate "Audio support for Wolfson Be 152 tristate "Audio support for Wolfson Bells" 67 depends on MFD_ARIZONA && MFD_WM5102 & !! 153 depends on MFD_ARIZONA && I2C && SPI_MASTER 68 depends on MACH_WLF_CRAGG_6410 || COMP 154 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST 69 select SND_SAMSUNG_I2S 155 select SND_SAMSUNG_I2S 70 select SND_SOC_WM5102 156 select SND_SOC_WM5102 71 select SND_SOC_WM5110 157 select SND_SOC_WM5110 72 select SND_SOC_WM9081 158 select SND_SOC_WM9081 73 select SND_SOC_WM0010 159 select SND_SOC_WM0010 74 select SND_SOC_WM1250_EV1 160 select SND_SOC_WM1250_EV1 75 161 76 config SND_SOC_LOWLAND 162 config SND_SOC_LOWLAND 77 tristate "Audio support for Wolfson Lo 163 tristate "Audio support for Wolfson Lowland" 78 depends on I2C 164 depends on I2C 79 depends on MACH_WLF_CRAGG_6410 || COMP 165 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST 80 select SND_SAMSUNG_I2S 166 select SND_SAMSUNG_I2S 81 select SND_SOC_WM5100 167 select SND_SOC_WM5100 82 select SND_SOC_WM9081 168 select SND_SOC_WM9081 83 169 84 config SND_SOC_LITTLEMILL 170 config SND_SOC_LITTLEMILL 85 tristate "Audio support for Wolfson Li 171 tristate "Audio support for Wolfson Littlemill" 86 depends on I2C 172 depends on I2C 87 depends on MACH_WLF_CRAGG_6410 || COMP 173 depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST 88 select SND_SAMSUNG_I2S 174 select SND_SAMSUNG_I2S 89 select MFD_WM8994 175 select MFD_WM8994 90 select SND_SOC_WM8994 176 select SND_SOC_WM8994 91 177 92 config SND_SOC_SNOW 178 config SND_SOC_SNOW 93 tristate "Audio support for Google Sno 179 tristate "Audio support for Google Snow boards" 94 depends on I2C 180 depends on I2C 95 select SND_SOC_MAX98090 181 select SND_SOC_MAX98090 96 select SND_SOC_MAX98095 182 select SND_SOC_MAX98095 97 select SND_SAMSUNG_I2S 183 select SND_SAMSUNG_I2S 98 help 184 help 99 Say Y if you want to add audio suppo 185 Say Y if you want to add audio support for various Snow 100 boards based on Exynos5 series of So 186 boards based on Exynos5 series of SoCs. 101 187 102 config SND_SOC_ODROID 188 config SND_SOC_ODROID 103 tristate "Audio support for Odroid XU3 189 tristate "Audio support for Odroid XU3/XU4" 104 depends on SND_SOC_SAMSUNG && I2C 190 depends on SND_SOC_SAMSUNG && I2C 105 select SND_SOC_MAX98090 191 select SND_SOC_MAX98090 106 select SND_SAMSUNG_I2S 192 select SND_SAMSUNG_I2S 107 help 193 help 108 Say Y here to enable audio support f 194 Say Y here to enable audio support for the Odroid XU3/XU4. 109 195 110 config SND_SOC_ARNDALE !! 196 config SND_SOC_ARNDALE_RT5631_ALC5631 111 tristate "Audio support for Arndale Bo !! 197 tristate "Audio support for RT5631(ALC5631) on Arndale Board" 112 depends on I2C !! 198 depends on I2C 113 select SND_SAMSUNG_I2S !! 199 select SND_SAMSUNG_I2S 114 select SND_SOC_RT5631 !! 200 select SND_SOC_RT5631 115 select MFD_WM8994 << 116 select SND_SOC_WM8994 << 117 201 118 config SND_SOC_SAMSUNG_TM2_WM5110 202 config SND_SOC_SAMSUNG_TM2_WM5110 119 tristate "SoC I2S Audio support for WM 203 tristate "SoC I2S Audio support for WM5110 on TM2 board" 120 depends on SND_SOC_SAMSUNG && MFD_ARIZ !! 204 depends on SND_SOC_SAMSUNG && MFD_ARIZONA && I2C && SPI_MASTER 121 depends on GPIOLIB || COMPILE_TEST 205 depends on GPIOLIB || COMPILE_TEST 122 select SND_SOC_MAX98504 206 select SND_SOC_MAX98504 123 select SND_SOC_WM5110 207 select SND_SOC_WM5110 124 select SND_SAMSUNG_I2S 208 select SND_SAMSUNG_I2S 125 help 209 help 126 Say Y if you want to add support for 210 Say Y if you want to add support for SoC audio on the TM2 board. 127 << 128 config SND_SOC_SAMSUNG_ARIES_WM8994 << 129 tristate "SoC I2S Audio support for WM << 130 depends on SND_SOC_SAMSUNG && MFD_WM89 << 131 select SND_SOC_BT_SCO << 132 select SND_SOC_WM8994 << 133 select SND_SAMSUNG_I2S << 134 help << 135 Say Y if you want to add support for << 136 which has a WM8994 codec connected t << 137 modem, and the Samsung I2S controlle << 138 via ADC, GPIOs, and an extcon device << 139 and TV-Out path is also handled. << 140 << 141 config SND_SOC_SAMSUNG_MIDAS_WM1811 << 142 tristate "SoC I2S Audio support for Mi << 143 depends on SND_SOC_SAMSUNG && IIO << 144 select SND_SAMSUNG_I2S << 145 select SND_SOC_WM8994 << 146 help << 147 Say Y if you want to add support for << 148 211 149 endif #SND_SOC_SAMSUNG 212 endif #SND_SOC_SAMSUNG
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.