diff options
author | Felipe Balbi <balbi@ti.com> | 2015-12-14 23:34:06 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-17 21:54:13 +0300 |
commit | 54011103fb457ba8b23aed6699609c0ad65b05fb (patch) | |
tree | 4ec14784def97cb6e2cde3618dc6280135886e20 /arch/arm/mach-omap2 | |
parent | 0b3e6fca4d1af4aa150d32506220f4241323a00c (diff) | |
download | linux-54011103fb457ba8b23aed6699609c0ad65b05fb.tar.xz |
ARM: OMAP2+: AM43xx: select ARM TWD timer
Make sure to tell the kernel that AM437x devices have ARM TWD timer.
Signed-off-by: Felipe Balbi <balbi@ti.com>
[grygorii.strashko@ti.com: drop ARM Global timer selection, because
it's incompatible with PM (cpuidle/cpufreq). So, it's unsafe to enable
it unconditionally]
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 32a0086f967d..0517f0c1581a 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -66,6 +66,7 @@ config SOC_AM43XX select MIGHT_HAVE_CACHE_L2X0 select HAVE_ARM_SCU select GENERIC_CLOCKEVENTS_BROADCAST + select HAVE_ARM_TWD config SOC_DRA7XX bool "TI DRA7XX" |