commit | c703797c1d5466f9af70bc7692fa49399107e66c | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Feb 11 09:15:02 2020 -0800 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Mar 30 07:34:57 2020 +0100 |
tree | 62baae9f77f4c771fe6af8a6434e1dd90918acc6 | |
parent | f8db89d14efb770dd59aa0ca74386e5de68310d5 [diff] |
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>