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

Commit 2d4abae3 authored by Meng Wang's avatar Meng Wang Committed by Gerrit - the friendly Code Review server
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 2c6f3d2b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -144,6 +144,9 @@ config ARCH_QCOM
	select GPIOLIB
	select PINCTRL
	select SOC_BUS
	select MFD_CORE
	select SND_SOC_COMPRESS
	select SND_HWDEP
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.