diff options
author | Olof Johansson <olof@lixom.net> | 2013-02-11 12:04:35 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-11 12:04:44 -0500 |
commit | 37a42fca282cb37c14d997ca9299bdc6617815bb (patch) | |
tree | 787d3142e42a8e723e5707767cc585b47c416561 /arch/arm/mach-omap2 | |
parent | 3ddc0e1a7fd2fc222a6c87654af1cf059acdd1ec (diff) | |
parent | 9e02e394c7d7fdc2570a73fb7fc6da3c79f6db2a (diff) |
Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into next/virt
From Will Deacon:
This set of changes moves the arch-timer driver out from arch/arm/ and
into drivers/clocksource and unifies the new driver with the arm64 copy.
* 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux:
ARM: arch_timers: switch to physical timers if HYP mode is available
Documentation: Add ARMv8 to arch_timer devicetree
arm64: move from arm_generic to arm_arch_timer
arm64: arm_generic: prevent reading stale time
arm: arch_timer: move core to drivers/clocksource
arm: arch_timer: add arch_counter_set_user_access
arm: arch_timer: divorce from local_timer api
arm: arch_timer: add isbs to register accessors
arm: arch_timer: factor out register accessors
arm: arch_timer: split cntfrq accessor
arm: arch_timer: standardise counter reading
arm: arch_timer: use u64/u32 for register data
arm: arch_timer: remove redundant available check
arm: arch_timer: balance device_node refcounting
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 41b581fd0213..9d7909e58980 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -76,12 +76,12 @@ config ARCH_OMAP4 | |||
76 | 76 | ||
77 | config SOC_OMAP5 | 77 | config SOC_OMAP5 |
78 | bool "TI OMAP5" | 78 | bool "TI OMAP5" |
79 | select ARM_ARCH_TIMER | ||
80 | select ARM_CPU_SUSPEND if PM | 79 | select ARM_CPU_SUSPEND if PM |
81 | select ARM_GIC | 80 | select ARM_GIC |
82 | select CPU_V7 | 81 | select CPU_V7 |
83 | select HAVE_SMP | 82 | select HAVE_SMP |
84 | select COMMON_CLK | 83 | select COMMON_CLK |
84 | select HAVE_ARM_ARCH_TIMER | ||
85 | 85 | ||
86 | comment "OMAP Core Type" | 86 | comment "OMAP Core Type" |
87 | depends on ARCH_OMAP2 | 87 | depends on ARCH_OMAP2 |