mfd: cpcap: Fix compile if MFD_CORE is not selected
authorTony Lindgren <tony@atomide.com>
Tue, 11 Feb 2020 17:15:02 +0000 (09:15 -0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 30 Mar 2020 06:34:57 +0000 (07:34 +0100)
commitc703797c1d5466f9af70bc7692fa49399107e66c
tree62baae9f77f4c771fe6af8a6434e1dd90918acc6
parentf8db89d14efb770dd59aa0ca74386e5de68310d5
mfd: cpcap: Fix compile if MFD_CORE is not selected

If only cpcap mfd driver is selected we will get:

ERROR: "devm_mfd_add_devices" [drivers/mfd/motorola-cpcap.ko] undefined!

This is because Kconfig is missing select for MFD_CORE.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig