diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f5ef53a11ca3..ae496f74723e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -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