diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 471637002e8b..64d19eff3faa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -35,6 +35,11 @@ config GENERIC_CLOCKEVENTS | |||
35 | bool | 35 | bool |
36 | default n | 36 | default n |
37 | 37 | ||
38 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
39 | bool | ||
40 | depends on GENERIC_CLOCKEVENTS | ||
41 | default y if SMP && !LOCAL_TIMERS | ||
42 | |||
38 | config MMU | 43 | config MMU |
39 | bool | 44 | bool |
40 | default y | 45 | default y |
@@ -187,6 +192,8 @@ config ARCH_REALVIEW | |||
187 | bool "ARM Ltd. RealView family" | 192 | bool "ARM Ltd. RealView family" |
188 | select ARM_AMBA | 193 | select ARM_AMBA |
189 | select ICST307 | 194 | select ICST307 |
195 | select GENERIC_TIME | ||
196 | select GENERIC_CLOCKEVENTS | ||
190 | help | 197 | help |
191 | This enables support for ARM Ltd RealView boards. | 198 | This enables support for ARM Ltd RealView boards. |
192 | 199 | ||
@@ -623,7 +630,7 @@ source "kernel/time/Kconfig" | |||
623 | 630 | ||
624 | config SMP | 631 | config SMP |
625 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 632 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
626 | depends on EXPERIMENTAL && REALVIEW_MPCORE | 633 | depends on EXPERIMENTAL && REALVIEW_EB_ARM11MP |
627 | help | 634 | help |
628 | This enables support for systems with more than one CPU. If you have | 635 | This enables support for systems with more than one CPU. If you have |
629 | a system with only one CPU, like most personal computers, say N. If | 636 | a system with only one CPU, like most personal computers, say N. If |
@@ -656,7 +663,7 @@ config HOTPLUG_CPU | |||
656 | 663 | ||
657 | config LOCAL_TIMERS | 664 | config LOCAL_TIMERS |
658 | bool "Use local timer interrupts" | 665 | bool "Use local timer interrupts" |
659 | depends on SMP && REALVIEW_MPCORE | 666 | depends on SMP && REALVIEW_EB_ARM11MP |
660 | default y | 667 | default y |
661 | help | 668 | help |
662 | Enable support for local timers on SMP platforms, rather then the | 669 | Enable support for local timers on SMP platforms, rather then the |
@@ -912,6 +919,13 @@ config KEXEC | |||
912 | initially work for you. It may help to enable device hotplugging | 919 | initially work for you. It may help to enable device hotplugging |
913 | support. | 920 | support. |
914 | 921 | ||
922 | config ATAGS_PROC | ||
923 | bool "Export atags in procfs" | ||
924 | default n | ||
925 | help | ||
926 | Should the atags used to boot the kernel be exported in an "atags" | ||
927 | file in procfs. Useful with kexec. | ||
928 | |||
915 | endmenu | 929 | endmenu |
916 | 930 | ||
917 | if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA) | 931 | if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA) |