Home
last modified time | relevance | path

Searched hist:c703797c1d5466f9af70bc7692fa49399107e66c (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A DKconfigdiff c703797c1d5466f9af70bc7692fa49399107e66c Tue Feb 11 18:15:02 CET 2020 Tony Lindgren <tony@atomide.com> 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>