summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2011-08-24 20:32:01 -0700
committerPraneeth Bajjuri <praneeth@ti.com>2011-08-24 20:35:01 -0700
commit46b8a495f0856044a0960c77d84d0e1cc05b8560 (patch)
tree1f7ad5769a8ac6099fa6ffaf879d06a1fab28304
parentd7899336688eafa47232fc1fdd88c04af6a9e178 (diff)
downloadomap-omapzoom-p-android-omap5-3.0-wip.tar.gz
Enable CONFIG_HAVE_ARM_TWD for gic_timer_retriggerp-android-omap5-3.0-wip
This patch enables reference header for twd_base required for gic_timer_retrigger Required to fix error: arch/arm/mach-omap2/built-in.o: In function `gic_timer_retrigger': omap/arch/arm/mach-omap2/omap4-common.c:141: undefined reference to `twd_base' Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Change-Id: If7d73ed459102141649d5c1517522009caa63d53
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3b85787b3751..83f15a407fa2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1354,6 +1354,7 @@ config HAVE_ARM_SCU
config HAVE_ARM_TWD
bool
depends on SMP
+ default y
select TICK_ONESHOT
help
This options enables support for the ARM timer and watchdog unit