Re: [PATCH] pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependency

2018-03-22 Thread Linus Walleij
On Tue, Mar 6, 2018 at 12:15 PM, Masahiro Yamada wrote: > 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

Re: [PATCH] pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependency

2018-03-22 Thread Linus Walleij
On Tue, Mar 6, 2018 at 12:15 PM, Masahiro Yamada wrote: > 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". > >

[PATCH] pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependency

2018-03-06 Thread Masahiro Yamada
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 --- Arnd Bergmann

[PATCH] pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependency

2018-03-06 Thread Masahiro Yamada
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 --- Arnd Bergmann and I discussed how to fix unmet