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

Commit 933a745c authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

Kconfig: enable default config for audio.



Enable MFD_CORE and SND_SOC_COMPRESS 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.
Audio MFD[Muulti Functional Drivers] for codec needs MFD CORE and
SND_SOC_COMPRESS to be enabled.

Change-Id: I5ed0258137b6839767a4af56d4bbb0ace3eb2a5c
Signed-off-by: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent 5f300da0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,6 +116,8 @@ config ARCH_QCOM
	select PINCTRL
	select SOC_BUS
	select PM_OPP
	select MFD_CORE
	select SND_SOC_COMPRESS
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.