msm: mfd: Enable MFD for WCD support

Add support to enable MFD core.

Change-Id: I512c2024498ff426fb45127d64b7035d63c65694
Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
This commit is contained in:
Asish Bhattacharya 2020-12-03 16:14:55 +05:30
parent e14ef833ac
commit 9fc7c22ea4

View File

@ -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