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

Commit 9fc7c22e authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

msm: mfd: Enable MFD for WCD support



Add support to enable MFD core.

Change-Id: I512c2024498ff426fb45127d64b7035d63c65694
Signed-off-by: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent e14ef833
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2024,5 +2024,15 @@ config RAVE_SP_CORE
	  Select this to get support for the Supervisory Processor
	  Select this to get support for the Supervisory Processor
	  device found on several devices in RAVE line of hardware.
	  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
endmenu
endif
endif