Message ID | 1433145206-2508-1-git-send-email-shawn.guo@linaro.org |
---|---|
State | New |
Headers | show |
On Monday 01 June 2015 15:53:23 Shawn Guo wrote: > The i.MX cleanup for 4.2: > - Remove eukrea_mbimxsd35 non-DT board files > - Remove .owner field from gpc platform driver > Pulled into next/cleanup, thanks! Arnd
On Monday 01 June 2015 13:52:53 Fabio Estevam wrote: > > Shouldn't it be like this instead? > > --- a/drivers/clocksource/Kconfig > +++ b/drivers/clocksource/Kconfig > @@ -278,7 +278,7 @@ config CLKSRC_PXA > > config CLKSRC_IMX_GPT > bool "Clocksource using i.MX GPT" if COMPILE_TEST > - depends on OF > + select CLKSRC_OF if OF > select CLKSRC_MMIO Yes, that's better than my approach. Thanks for taking a closer look! Arnd