[PATCHv3 4/5] arm: fix up ARM_ARCH_TIMER selects
Kukjin Kim
kgene.kim at samsung.com
Mon Jun 17 08:51:13 EDT 2013
Mark Rutland wrote:
>
> In 8a4da6e: "arm: arch_timer: move core to drivers/clocksource", the
> selection of ARM_ARCH_TIMER was indirected via HAVE_ARM_ARCH_TIMER,
> though mach-exynos's selection of ARM_ARCH_TIMER was missed, and since
> then mach-shmobile, mach-tegra, and mach-virt have begun selecting
> ARM_ARCH_TIMER. This can lead to architected timer support erroneously
> appearing to not be selected in menuconfig.
>
> This patch fixes up the Kconfigs for those platforms to select
> HAVE_ARM_ARCH_TIMER.
>
> Signed-off-by: Mark Rutland <mark.rutland at arm.com>
> Acked-by: Stephen Warren <swarren at nvidia.com>
> Acked-by: Santosh Shilimkar <santosh.shilimkar at ti.com>
> Acked-by: Simon Horman <horms+renesas at verge.net.au>
> Cc: Kukjin Kim <kgene.kim at samsung.com>
> Cc: Marc Zyngier <marc.zyngier at arm.com>
> ---
> arch/arm/mach-exynos/Kconfig | 2 +-
> arch/arm/mach-shmobile/Kconfig | 4 ++--
> arch/arm/mach-tegra/Kconfig | 2 +-
> arch/arm/mach-virt/Kconfig | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index d19edff..3c3f36a 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -76,7 +76,7 @@ config SOC_EXYNOS5440
> default y
> depends on ARCH_EXYNOS5
> select ARCH_HAS_OPP
> - select ARM_ARCH_TIMER
> + select HAVE_ARM_ARCH_TIMER
Sorry for late response :(
BTW, above should be put after AUTO_ZRELADDR because of alphabetical
ordering...
> select AUTO_ZRELADDR
> select PINCTRL
> select PINCTRL_EXYNOS5440
Others look good to me,
Acked-by: Kukjin Kim <kgene.kim at samsung.com>
Thanks,
- Kukjin
More information about the linux-arm-kernel
mailing list