diff options
author | Mark Rutland <mark.rutland@arm.com> | 2013-03-20 09:57:38 -0400 |
---|---|---|
committer | Mark Rutland <mark.rutland@arm.com> | 2013-06-07 05:20:28 -0400 |
commit | fb521a0da1551468a45f2e2a1c1941d0033357ea (patch) | |
tree | 9b69236c36526b6e2fb0f4c41f64b6edf65e83e1 /arch/arm/mach-exynos | |
parent | 0d651e4e65e96989f72236bf83bd4c6e55eb6ce4 (diff) |
arm: fix up ARM_ARCH_TIMER selects
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@arm.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index d19edff0ea6e..3c3f36a8fbd4 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -76,7 +76,7 @@ config SOC_EXYNOS5440 | |||
76 | default y | 76 | default y |
77 | depends on ARCH_EXYNOS5 | 77 | depends on ARCH_EXYNOS5 |
78 | select ARCH_HAS_OPP | 78 | select ARCH_HAS_OPP |
79 | select ARM_ARCH_TIMER | 79 | select HAVE_ARM_ARCH_TIMER |
80 | select AUTO_ZRELADDR | 80 | select AUTO_ZRELADDR |
81 | select PINCTRL | 81 | select PINCTRL |
82 | select PINCTRL_EXYNOS5440 | 82 | select PINCTRL_EXYNOS5440 |