Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a12e0ec authored by Meng Wang's avatar Meng Wang
Browse files

arm64: Kconfig: Enable default config for audio



Enable MFD_CORE, SND_SOC_COMPRESS and SND_HWDEP for ARCH_QCOM.
The above MACROS are used for all QCOM ARCH type targets.
Also these cannot be enabled via defconfig as they are default
no configuration and typically enabled by the client driver.

Change-Id: I913c33da1eaad3dbdbeafa1afe81d97a31ab385a
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent 21438a7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -135,6 +135,9 @@ config ARCH_QCOM
	select PINCTRL
	select PM_OPP
	select SOC_BUS
	select MFD_CORE
	select SND_SOC_COMPRESS
	select SND_HWDEP
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.