Re: [PATCH] rtc: at91sam: add 'depends on HAS_IOMEM' to fix unmet dependency

2018-03-06 Thread Alexandre Belloni
On 06/03/2018 at 20:08:11 +0900, Masahiro Yamada wrote: > 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

[PATCH] rtc: at91sam: add 'depends on HAS_IOMEM' to fix unmet dependency

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