Kconfig (986c6f7c3fc855032f3457a5a1b7fbcc09c375bb) | Kconfig (b83eb8be4f2ca9d6beb1a8b66f666ef7039b7a64) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_SOC_QCOM 3 tristate "ASoC support for QCOM platforms" 4 depends on ARCH_QCOM || COMPILE_TEST 5 help 6 Say Y or M if you want to add support to use audio devices 7 in Qualcomm Technologies SOC-based platforms. 8 --- 162 unchanged lines hidden (view full) --- 171 select SND_SOC_RT5682_I2C 172 select SND_SOC_RT5682S 173 select SND_SOC_ADAU7002 174 help 175 To add support for audio on Qualcomm Technologies Inc. 176 SC7180 SoC-based systems. 177 Say Y if you want to use audio device on this SoCs. 178 | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_SOC_QCOM 3 tristate "ASoC support for QCOM platforms" 4 depends on ARCH_QCOM || COMPILE_TEST 5 help 6 Say Y or M if you want to add support to use audio devices 7 in Qualcomm Technologies SOC-based platforms. 8 --- 162 unchanged lines hidden (view full) --- 171 select SND_SOC_RT5682_I2C 172 select SND_SOC_RT5682S 173 select SND_SOC_ADAU7002 174 help 175 To add support for audio on Qualcomm Technologies Inc. 176 SC7180 SoC-based systems. 177 Say Y if you want to use audio device on this SoCs. 178 |
179config SND_SOC_SC7280 180 tristate "SoC Machine driver for SC7280 boards" 181 depends on I2C && SOUNDWIRE 182 select SND_SOC_QCOM_COMMON 183 select SND_SOC_LPASS_SC7280 184 select SND_SOC_MAX98357A 185 select SND_SOC_WCD938X 186 select SND_SOC_LPASS_RX_MACRO 187 select SND_SOC_LPASS_TX_MACRO 188 help 189 Add support for audio on Qualcomm Technologies Inc. 190 SC7280 SoC-based systems. 191 Say Y or M if you want to use audio device on this SoCs. 192 |
|
179endif #SND_SOC_QCOM | 193endif #SND_SOC_QCOM |