Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (47f11e0b40e97f373da4efbacee0a9526c816ed5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config 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 --- 85 unchanged lines hidden (view full) --- 94 select SND_SOC_QCOM_COMMON 95 help 96 Support for Qualcomm Technologies LPASS audio block in 97 APQ8096 SoC-based systems. 98 Say Y if you want to use audio device on this SoCs 99 100config SND_SOC_SDM845 101 tristate "SoC Machine driver for SDM845 boards" | 1# SPDX-License-Identifier: GPL-2.0-only 2config 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 --- 85 unchanged lines hidden (view full) --- 94 select SND_SOC_QCOM_COMMON 95 help 96 Support for Qualcomm Technologies LPASS audio block in 97 APQ8096 SoC-based systems. 98 Say Y if you want to use audio device on this SoCs 99 100config SND_SOC_SDM845 101 tristate "SoC Machine driver for SDM845 boards" |
102 depends on QCOM_APR && MFD_CROS_EC && I2C | 102 depends on QCOM_APR && CROS_EC && I2C |
103 select SND_SOC_QDSP6 104 select SND_SOC_QCOM_COMMON 105 select SND_SOC_RT5663 106 select SND_SOC_MAX98927 107 select SND_SOC_CROS_EC_CODEC 108 help 109 To add support for audio on Qualcomm Technologies Inc. 110 SDM845 SoC-based systems. 111 Say Y if you want to use audio device on this SoCs. | 103 select SND_SOC_QDSP6 104 select SND_SOC_QCOM_COMMON 105 select SND_SOC_RT5663 106 select SND_SOC_MAX98927 107 select SND_SOC_CROS_EC_CODEC 108 help 109 To add support for audio on Qualcomm Technologies Inc. 110 SDM845 SoC-based systems. 111 Say Y if you want to use audio device on this SoCs. |