| .. | .. |
|---|
| 1 | | -config SND_SOC_QCOM |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 2 | +menuconfig SND_SOC_QCOM |
|---|
| 2 | 3 | tristate "ASoC support for QCOM platforms" |
|---|
| 3 | 4 | depends on ARCH_QCOM || COMPILE_TEST |
|---|
| 4 | 5 | help |
|---|
| 5 | | - Say Y or M if you want to add support to use audio devices |
|---|
| 6 | | - in Qualcomm Technologies SOC-based platforms. |
|---|
| 6 | + Say Y or M if you want to add support to use audio devices |
|---|
| 7 | + in Qualcomm Technologies SOC-based platforms. |
|---|
| 8 | + |
|---|
| 9 | +if SND_SOC_QCOM |
|---|
| 7 | 10 | |
|---|
| 8 | 11 | config SND_SOC_LPASS_CPU |
|---|
| 12 | + tristate |
|---|
| 13 | + select REGMAP_MMIO |
|---|
| 14 | + |
|---|
| 15 | +config SND_SOC_LPASS_HDMI |
|---|
| 9 | 16 | tristate |
|---|
| 10 | 17 | select REGMAP_MMIO |
|---|
| 11 | 18 | |
|---|
| .. | .. |
|---|
| 23 | 30 | select SND_SOC_LPASS_CPU |
|---|
| 24 | 31 | select SND_SOC_LPASS_PLATFORM |
|---|
| 25 | 32 | |
|---|
| 33 | +config SND_SOC_LPASS_SC7180 |
|---|
| 34 | + tristate |
|---|
| 35 | + select SND_SOC_LPASS_CPU |
|---|
| 36 | + select SND_SOC_LPASS_PLATFORM |
|---|
| 37 | + select SND_SOC_LPASS_HDMI |
|---|
| 38 | + |
|---|
| 26 | 39 | config SND_SOC_STORM |
|---|
| 27 | 40 | tristate "ASoC I2S support for Storm boards" |
|---|
| 28 | | - depends on SND_SOC_QCOM |
|---|
| 29 | 41 | select SND_SOC_LPASS_IPQ806X |
|---|
| 30 | 42 | select SND_SOC_MAX98357A |
|---|
| 31 | 43 | help |
|---|
| 32 | | - Say Y or M if you want add support for SoC audio on the |
|---|
| 33 | | - Qualcomm Technologies IPQ806X-based Storm board. |
|---|
| 44 | + Say Y or M if you want add support for SoC audio on the |
|---|
| 45 | + Qualcomm Technologies IPQ806X-based Storm board. |
|---|
| 34 | 46 | |
|---|
| 35 | 47 | config SND_SOC_APQ8016_SBC |
|---|
| 36 | 48 | tristate "SoC Audio support for APQ8016 SBC platforms" |
|---|
| 37 | | - depends on SND_SOC_QCOM |
|---|
| 38 | 49 | select SND_SOC_LPASS_APQ8016 |
|---|
| 50 | + select SND_SOC_QCOM_COMMON |
|---|
| 39 | 51 | help |
|---|
| 40 | | - Support for Qualcomm Technologies LPASS audio block in |
|---|
| 41 | | - APQ8016 SOC-based systems. |
|---|
| 42 | | - Say Y if you want to use audio devices on MI2S. |
|---|
| 52 | + Support for Qualcomm Technologies LPASS audio block in |
|---|
| 53 | + APQ8016 SOC-based systems. |
|---|
| 54 | + Say Y if you want to use audio devices on MI2S. |
|---|
| 43 | 55 | |
|---|
| 44 | 56 | config SND_SOC_QCOM_COMMON |
|---|
| 45 | 57 | tristate |
|---|
| .. | .. |
|---|
| 56 | 68 | config SND_SOC_QDSP6_AFE_DAI |
|---|
| 57 | 69 | tristate |
|---|
| 58 | 70 | |
|---|
| 71 | +config SND_SOC_QDSP6_AFE_CLOCKS |
|---|
| 72 | + tristate |
|---|
| 73 | + |
|---|
| 59 | 74 | config SND_SOC_QDSP6_ADM |
|---|
| 60 | 75 | tristate |
|---|
| 61 | 76 | |
|---|
| .. | .. |
|---|
| 66 | 81 | tristate |
|---|
| 67 | 82 | |
|---|
| 68 | 83 | config SND_SOC_QDSP6_ASM_DAI |
|---|
| 84 | + select SND_SOC_COMPRESS |
|---|
| 69 | 85 | tristate |
|---|
| 70 | 86 | |
|---|
| 71 | 87 | config SND_SOC_QDSP6 |
|---|
| 72 | 88 | tristate "SoC ALSA audio driver for QDSP6" |
|---|
| 73 | 89 | depends on QCOM_APR |
|---|
| 90 | + depends on COMMON_CLK |
|---|
| 74 | 91 | select SND_SOC_QDSP6_COMMON |
|---|
| 75 | 92 | select SND_SOC_QDSP6_CORE |
|---|
| 76 | 93 | select SND_SOC_QDSP6_AFE |
|---|
| 77 | 94 | select SND_SOC_QDSP6_AFE_DAI |
|---|
| 95 | + select SND_SOC_QDSP6_AFE_CLOCKS |
|---|
| 78 | 96 | select SND_SOC_QDSP6_ADM |
|---|
| 79 | 97 | select SND_SOC_QDSP6_ROUTING |
|---|
| 80 | 98 | select SND_SOC_QDSP6_ASM |
|---|
| .. | .. |
|---|
| 88 | 106 | config SND_SOC_MSM8996 |
|---|
| 89 | 107 | tristate "SoC Machine driver for MSM8996 and APQ8096 boards" |
|---|
| 90 | 108 | depends on QCOM_APR |
|---|
| 109 | + depends on COMMON_CLK |
|---|
| 91 | 110 | select SND_SOC_QDSP6 |
|---|
| 92 | 111 | select SND_SOC_QCOM_COMMON |
|---|
| 93 | 112 | help |
|---|
| 94 | | - Support for Qualcomm Technologies LPASS audio block in |
|---|
| 95 | | - APQ8096 SoC-based systems. |
|---|
| 96 | | - Say Y if you want to use audio device on this SoCs |
|---|
| 113 | + Support for Qualcomm Technologies LPASS audio block in |
|---|
| 114 | + APQ8096 SoC-based systems. |
|---|
| 115 | + Say Y if you want to use audio device on this SoCs |
|---|
| 97 | 116 | |
|---|
| 98 | 117 | config SND_SOC_SDM845 |
|---|
| 99 | 118 | tristate "SoC Machine driver for SDM845 boards" |
|---|
| 100 | | - depends on QCOM_APR |
|---|
| 119 | + depends on QCOM_APR && I2C && SOUNDWIRE |
|---|
| 120 | + depends on COMMON_CLK |
|---|
| 101 | 121 | select SND_SOC_QDSP6 |
|---|
| 102 | 122 | select SND_SOC_QCOM_COMMON |
|---|
| 123 | + select SND_SOC_RT5663 |
|---|
| 124 | + select SND_SOC_MAX98927 |
|---|
| 125 | + imply SND_SOC_CROS_EC_CODEC |
|---|
| 103 | 126 | help |
|---|
| 104 | 127 | To add support for audio on Qualcomm Technologies Inc. |
|---|
| 105 | 128 | SDM845 SoC-based systems. |
|---|
| 106 | 129 | Say Y if you want to use audio device on this SoCs. |
|---|
| 130 | + |
|---|
| 131 | +endif #SND_SOC_QCOM |
|---|