Hi Geert, On Friday, March 17, 2017, Geert Uytterhoeven wrote: > > --- a/drivers/rtc/Kconfig > > +++ b/drivers/rtc/Kconfig > > @@ -1303,10 +1303,10 @@ config RTC_DRV_SA1100 > > > > config RTC_DRV_SH > > tristate "SuperH On-Chip RTC" > > - depends on SUPERH && HAVE_CLK > > + depends on (SUPERH || ARCH_RENESAS) && HAVE_CLK > > I believe the dependency on HAVE_CLK is not needed. > SuperH selects CLKDEV_LOOKUP, which selects HAVE_CLK. > ARM (and ARM64) selects COMMON_CLK, which selects HAVE_CLK. > > interestingly, SuperH already did so at the time the dependency was > added... OK, I'll take it out. I just didn't want to break any SH stuff. Chris