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

Commit 6efa9b3e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: enable MDF core for WCD support for sdxnightjar"

parents e73c8ff3 3cbf4234
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ CONFIG_QPNP_REVID=y
# CONFIG_SENSORS_QTI_AMOLED_ECM is not set
# CONFIG_QCOM_SPMI_TEMP_ALARM is not set
# CONFIG_MFD_SPMI_PMIC is not set
CONFIG_MFD_WCD=y
# CONFIG_REGULATOR_QCOM_SPMI is not set
# CONFIG_REGULATOR_QPNP_AMOLED is not set
# CONFIG_REGULATOR_QPNP_LCDB is not set
+1 −0
Original line number Diff line number Diff line
@@ -393,6 +393,7 @@ CONFIG_SOUNDWIRE=y
# CONFIG_QCOM_MINIDUMP is not set
# CONFIG_CRYPTO_AES is not set
CONFIG_MFD_SYSCON=y
CONFIG_MFD_WCD=y
CONFIG_MSM_SUBSYSTEM_RESTART=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_USER=y
+10 −0
Original line number Diff line number Diff line
@@ -2024,5 +2024,15 @@ config RAVE_SP_CORE
	  Select this to get support for the Supervisory Processor
	  device found on several devices in RAVE line of hardware.

config MFD_WCD
	tristate "Support for WCD93xx driver core functions"
	select MFD_CORE
	help
	  Select this to get support for MFD CORE enabled for WCD
	  audio Multifunctional device. Audio MFD core functions
	  are used to register the WCD9335 series of codec.
	  This driver include only the core APIs. You have to select
	  individual drivers separately to enable the codec functionality.

endmenu
endif