]> git.baikalelectronics.ru Git - kernel.git/commit
reset: imx7: add 'depends on HAS_IOMEM' to fix unmet dependency
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 6 Mar 2018 11:15:11 +0000 (20:15 +0900)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 27 Mar 2018 08:44:02 +0000 (10:44 +0200)
commitb0b6e53653573cce93444b02c242d58f696754cf
treee9c8bc9931648d91abd973db6136fad12099c4f6
parenta592b785c460c662d9e13287a504bcb110b362f0
reset: imx7: add 'depends on HAS_IOMEM' to fix unmet dependency

This config select's MFD_SYSCON, but does not depend on HAS_IOMEM.

Compile testing on architecture without HAS_IOMEM causes "unmet
direct dependencies" in Kconfig phase.

Detected by "make ARCH=score allyesconfig".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/Kconfig