[PATCH 1/3] ARM: bcm: Remove non-existent GENERIC_TIME

Tim Kryger tim.kryger at linaro.org
Wed Nov 6 15:26:48 EST 2013


On Wed, Nov 6, 2013 at 12:02 PM, Alexander Shiyan <shc_work at mail.ru> wrote:
>
> Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
> ---
>  arch/arm/mach-bcm/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index 9fe6d88..7e29ce7 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -19,7 +19,6 @@ config ARCH_BCM_MOBILE
>         select CPU_V7
>         select CLKSRC_OF
>         select GENERIC_CLOCKEVENTS
> -       select GENERIC_TIME
>         select GPIO_BCM_KONA
>         select SPARSE_IRQ
>         select TICK_ONESHOT
> --
> 1.8.1.5
>

Nice catch.  Interestingly, a similar fix was posted in March:

https://lkml.org/lkml/2013/3/7/603

CSD reviewed it but apparently didn't take it into his tree.

Possibly an oversight?

-Tim



More information about the linux-arm-kernel mailing list