diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3bfef0934c9d..3df7cbd924a1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -239,6 +239,8 @@ source "arch/arm/plat-omap/Kconfig" | |||
239 | 239 | ||
240 | source "arch/arm/mach-omap1/Kconfig" | 240 | source "arch/arm/mach-omap1/Kconfig" |
241 | 241 | ||
242 | source "arch/arm/mach-omap2/Kconfig" | ||
243 | |||
242 | source "arch/arm/mach-s3c2410/Kconfig" | 244 | source "arch/arm/mach-s3c2410/Kconfig" |
243 | 245 | ||
244 | source "arch/arm/mach-lh7a40x/Kconfig" | 246 | source "arch/arm/mach-lh7a40x/Kconfig" |
@@ -358,7 +360,7 @@ config HOTPLUG_CPU | |||
358 | 360 | ||
359 | config LOCAL_TIMERS | 361 | config LOCAL_TIMERS |
360 | bool "Use local timer interrupts" | 362 | bool "Use local timer interrupts" |
361 | depends on SMP && n | 363 | depends on SMP && REALVIEW_MPCORE |
362 | default y | 364 | default y |
363 | help | 365 | help |
364 | Enable support for local timers on SMP platforms, rather then the | 366 | Enable support for local timers on SMP platforms, rather then the |