From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbdLGIjx (ORCPT ); Thu, 7 Dec 2017 03:39:53 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:36313 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869AbdLGIju (ORCPT ); Thu, 7 Dec 2017 03:39:50 -0500 X-Google-Smtp-Source: AGs4zMbiMGAJgFqv1gxZU5V5RAX5KZP5qyMgpoeOR3wYVJH19jSk2RusEwfIGP9UklAQwvhLeWd1sA== Subject: Re: [PATCH v2 34/35] clocksource/drivers/Kconfig: Support andestech atcpit100 timer To: Greentime Hu , greentime@andestech.com, linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, robh+dt@kernel.org, netdev@vger.kernel.org, deanbo422@gmail.com, devicetree@vger.kernel.org, viro@zeniv.linux.org.uk, dhowells@redhat.com, will.deacon@arm.com, linux-serial@vger.kernel.org Cc: Rick Chen References: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> From: Daniel Lezcano Message-ID: <091aa6eb-32f3-2a59-167f-c4eafa77de06@linaro.org> Date: Thu, 7 Dec 2017 09:39:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/11/2017 13:28, Greentime Hu wrote: > From: Rick Chen > > Add CLKSRC_ATCPIT100 for Andestech atcpit100 timer selection. > It often be used in Andestech AE3XX platform. > > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu > --- > 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. -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH v2 34/35] clocksource/drivers/Kconfig: Support andestech atcpit100 timer Date: Thu, 7 Dec 2017 09:39:47 +0100 Message-ID: <091aa6eb-32f3-2a59-167f-c4eafa77de06@linaro.org> References: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Rick Chen To: Greentime Hu , greentime-MUIXKm3Oiri1Z/+hSey0Gg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, arnd-r2nGTMty4D4@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org, marc.zyngier-5wv7dgnIgG8@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, deanbo422-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org, dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <1a22db002413ff60851737736a86b40c38877220.1511785528.git.green.hu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Content-Language: en-US Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 27/11/2017 13:28, Greentime Hu wrote: > From: Rick Chen > > Add CLKSRC_ATCPIT100 for Andestech atcpit100 timer selection. > It often be used in Andestech AE3XX platform. > > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu > --- > 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. -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html