aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig16
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2f4fb773f3e8..ac1bef1797e6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -255,6 +255,7 @@ config ARCH_EP93XX
255 select ARM_AMBA 255 select ARM_AMBA
256 select ARM_VIC 256 select ARM_VIC
257 select GENERIC_GPIO 257 select GENERIC_GPIO
258 select HAVE_GPIO_LIB
258 help 259 help
259 This enables support for the Cirrus EP93xx series of CPUs. 260 This enables support for the Cirrus EP93xx series of CPUs.
260 261
@@ -424,10 +425,15 @@ config ARCH_SA1100
424 bool "SA1100-based" 425 bool "SA1100-based"
425 select ISA 426 select ISA
426 select ARCH_DISCONTIGMEM_ENABLE 427 select ARCH_DISCONTIGMEM_ENABLE
428 select ARCH_SPARSEMEM_ENABLE
429 select ARCH_SELECT_MEMORY_MODEL
427 select ARCH_MTD_XIP 430 select ARCH_MTD_XIP
428 select GENERIC_GPIO 431 select GENERIC_GPIO
429 select GENERIC_TIME 432 select GENERIC_TIME
433 select GENERIC_CLOCKEVENTS
434 select TICK_ONESHOT
430 select HAVE_IDE 435 select HAVE_IDE
436 select HAVE_GPIO_LIB
431 help 437 help
432 Support for StrongARM 11x0 based boards. 438 Support for StrongARM 11x0 based boards.
433 439
@@ -655,7 +661,7 @@ source "kernel/time/Kconfig"
655 661
656config SMP 662config SMP
657 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 663 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
658 depends on EXPERIMENTAL && REALVIEW_EB_ARM11MP 664 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
659 help 665 help
660 This enables support for systems with more than one CPU. If you have 666 This enables support for systems with more than one CPU. If you have
661 a system with only one CPU, like most personal computers, say N. If 667 a system with only one CPU, like most personal computers, say N. If
@@ -688,7 +694,7 @@ config HOTPLUG_CPU
688 694
689config LOCAL_TIMERS 695config LOCAL_TIMERS
690 bool "Use local timer interrupts" 696 bool "Use local timer interrupts"
691 depends on SMP && REALVIEW_EB_ARM11MP 697 depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
692 default y 698 default y
693 help 699 help
694 Enable support for local timers on SMP platforms, rather then the 700 Enable support for local timers on SMP platforms, rather then the
@@ -779,6 +785,12 @@ config ARCH_DISCONTIGMEM_ENABLE
779 or have huge holes in the physical address space for other reasons. 785 or have huge holes in the physical address space for other reasons.
780 See <file:Documentation/vm/numa> for more. 786 See <file:Documentation/vm/numa> for more.
781 787
788config ARCH_SPARSEMEM_ENABLE
789 bool
790
791config ARCH_SELECT_MEMORY_MODEL
792 bool
793
782config NODES_SHIFT 794config NODES_SHIFT
783 int 795 int
784 default "4" if ARCH_LH7A40X 796 default "4" if ARCH_LH7A40X