diff options
author | David Gow <[email protected]> | 2020-11-19 00:29:03 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-23 17:59:51 +0100 |
commit | 1f59b0663d2db724d4fe8b8704cada916f795518 (patch) | |
tree | f4a1d7a8adabba2b1793a2c672cb492fb92970bd /lib/mpi/mpi-mod.c | |
parent | 1b9419d1f676b7e5597e5c4593f3d8bbb28372ff (diff) |
staging: hikey9xx: Specify HAS_IOMEM dependency for MFD_HI6421_SPMI
MFD_CORE is selected by MFD_HI6421_SPMI, and MFD_CORE depends on
HAS_IOMEM. If HAS_IOMEM is not set, this can cause a conflict in Kconfig
resolution, yielding the following error:
WARNING: unmet direct dependencies detected for MFD_CORE
Depends on [n]: HAS_IOMEM [=n]
Selected by [y]:
- MFD_HI6421_SPMI [=y] && STAGING [=y] && OF [=y] && SPMI [=y]
By specifying HAS_IOMEM as a dependency for MFD_HI6421_SPMI (as
SPMI_HISI3670 already dows), this issue is resolved, and no such warning
appears when building on architectures without HAS_IOMEM.
Signed-off-by: David Gow <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions