commit | 86822c2f3a7c343cadcbebae1d5f7d75de1b3cfe | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 06 20:15:56 2018 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Mar 23 04:04:40 2018 +0100 |
tree | 414efab231008ea508bf5deb0b511d1108e7ff74 | |
parent | b2f78906d5371f940b60f79edba48757f4295bb3 [diff] |
pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependency These configs select MFD_SYSCON, but do 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: Linus Walleij <linus.walleij@linaro.org>