On 27/11/2017 13:28, Greentime Hu wrote: > From: Rick Chen <rickchen36@xxxxxxxxx> > > Add CLKSRC_ATCPIT100 for Andestech atcpit100 timer selection. > It often be used in Andestech AE3XX platform. > > Signed-off-by: Rick Chen <rickchen36@xxxxxxxxx> > Signed-off-by: Greentime Hu <green.hu@xxxxxxxxx> > --- > drivers/clocksource/Kconfig | 6 ++++++ > drivers/clocksource/Makefile | 1 + > 2 files changed, 7 insertions(+) > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > index cc60620..591362a 100644 > --- a/drivers/clocksource/Kconfig > +++ b/drivers/clocksource/Kconfig > @@ -615,4 +615,10 @@ config CLKSRC_ST_LPC > Enable this option to use the Low Power controller timer > as clocksource. > > +config CLKSRC_ATCPIT100 > + bool "Clocksource for AE3XX platform" if COMPILE_TEST > + depends on GENERIC_CLOCKEVENTS && HAS_IOMEM You can remove the GENERIC_CLOCKEVENTS as now it is factored out in the higher menuconfig option. -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html