[PATCH v2] arm64: defconfig: enable newer Qualcomm SoC sound drivers

Krzysztof Kozlowski posted 1 patch 3 years, 6 months ago
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] arm64: defconfig: enable newer Qualcomm SoC sound drivers
Posted by Krzysztof Kozlowski 3 years, 6 months ago
Enable sound support:
1. machine drivers for Qualcomm SC7180 and SC7280 SoCs,
2. Qualcomm ADSP Peripheral Image Loader used already on SC7280.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Changes since v1:
1. Enable CONFIG_QCOM_Q6V5_ADSP=m
2. Don't cc soc@kernel.org
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 265454620682..d41423c6079b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -792,6 +792,8 @@ CONFIG_SND_SOC_APQ8016_SBC=m
 CONFIG_SND_SOC_MSM8996=m
 CONFIG_SND_SOC_SDM845=m
 CONFIG_SND_SOC_SM8250=m
+CONFIG_SND_SOC_SC7180=m
+CONFIG_SND_SOC_SC7280=m
 CONFIG_SND_SOC_ROCKCHIP=m
 CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
 CONFIG_SND_SOC_ROCKCHIP_RT5645=m
@@ -1087,6 +1089,7 @@ CONFIG_ARM_SMMU_V3=y
 CONFIG_MTK_IOMMU=y
 CONFIG_QCOM_IOMMU=y
 CONFIG_REMOTEPROC=y
+CONFIG_QCOM_Q6V5_ADSP=m
 CONFIG_QCOM_Q6V5_MSS=m
 CONFIG_QCOM_Q6V5_PAS=m
 CONFIG_QCOM_SYSMON=m
-- 
2.34.1
Re: [PATCH v2] arm64: defconfig: enable newer Qualcomm SoC sound drivers
Posted by Bjorn Andersson 3 years, 6 months ago
On Fri, 9 Sep 2022 12:51:36 +0200, Krzysztof Kozlowski wrote:
> Enable sound support:
> 1. machine drivers for Qualcomm SC7180 and SC7280 SoCs,
> 2. Qualcomm ADSP Peripheral Image Loader used already on SC7280.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable newer Qualcomm SoC sound drivers
      commit: 9385eb46e319ecb7632acba59dac3458a544bd98

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>