aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig30
1 files changed, 25 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4039a133006e..d8d253285a94 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
@@ -377,15 +378,17 @@ config ARCH_MXC
377 help 378 help
378 Support for Freescale MXC/iMX-based family of processors 379 Support for Freescale MXC/iMX-based family of processors
379 380
380config ARCH_ORION 381config ARCH_ORION5X
381 bool "Marvell Orion" 382 bool "Marvell Orion"
382 depends on MMU 383 depends on MMU
383 select PCI 384 select PCI
384 select GENERIC_GPIO 385 select GENERIC_GPIO
385 select GENERIC_TIME 386 select GENERIC_TIME
386 select GENERIC_CLOCKEVENTS 387 select GENERIC_CLOCKEVENTS
388 select PLAT_ORION
387 help 389 help
388 Support for Marvell Orion System on Chip family. 390 Support for the following Marvell Orion 5x series SoCs:
391 Orion-1 (5181), Orion-NAS (5182), Orion-2 (5281.)
389 392
390config ARCH_PNX4008 393config ARCH_PNX4008
391 bool "Philips Nexperia PNX4008 Mobile" 394 bool "Philips Nexperia PNX4008 Mobile"
@@ -422,10 +425,15 @@ config ARCH_SA1100
422 bool "SA1100-based" 425 bool "SA1100-based"
423 select ISA 426 select ISA
424 select ARCH_DISCONTIGMEM_ENABLE 427 select ARCH_DISCONTIGMEM_ENABLE
428 select ARCH_SPARSEMEM_ENABLE
429 select ARCH_SELECT_MEMORY_MODEL
425 select ARCH_MTD_XIP 430 select ARCH_MTD_XIP
426 select GENERIC_GPIO 431 select GENERIC_GPIO
427 select GENERIC_TIME 432 select GENERIC_TIME
433 select GENERIC_CLOCKEVENTS
434 select TICK_ONESHOT
428 select HAVE_IDE 435 select HAVE_IDE
436 select HAVE_GPIO_LIB
429 help 437 help
430 Support for StrongARM 11x0 based boards. 438 Support for StrongARM 11x0 based boards.
431 439
@@ -468,6 +476,7 @@ config ARCH_DAVINCI
468config ARCH_OMAP 476config ARCH_OMAP
469 bool "TI OMAP" 477 bool "TI OMAP"
470 select GENERIC_GPIO 478 select GENERIC_GPIO
479 select HAVE_GPIO_LIB
471 select GENERIC_TIME 480 select GENERIC_TIME
472 select GENERIC_CLOCKEVENTS 481 select GENERIC_CLOCKEVENTS
473 help 482 help
@@ -516,7 +525,7 @@ source "arch/arm/mach-omap1/Kconfig"
516 525
517source "arch/arm/mach-omap2/Kconfig" 526source "arch/arm/mach-omap2/Kconfig"
518 527
519source "arch/arm/mach-orion/Kconfig" 528source "arch/arm/mach-orion5x/Kconfig"
520 529
521source "arch/arm/plat-s3c24xx/Kconfig" 530source "arch/arm/plat-s3c24xx/Kconfig"
522source "arch/arm/plat-s3c/Kconfig" 531source "arch/arm/plat-s3c/Kconfig"
@@ -563,6 +572,9 @@ config ARCH_ACORN
563config PLAT_IOP 572config PLAT_IOP
564 bool 573 bool
565 574
575config PLAT_ORION
576 bool
577
566source arch/arm/mm/Kconfig 578source arch/arm/mm/Kconfig
567 579
568config IWMMXT 580config IWMMXT
@@ -650,7 +662,7 @@ source "kernel/time/Kconfig"
650 662
651config SMP 663config SMP
652 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 664 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
653 depends on EXPERIMENTAL && REALVIEW_EB_ARM11MP 665 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
654 help 666 help
655 This enables support for systems with more than one CPU. If you have 667 This enables support for systems with more than one CPU. If you have
656 a system with only one CPU, like most personal computers, say N. If 668 a system with only one CPU, like most personal computers, say N. If
@@ -683,7 +695,7 @@ config HOTPLUG_CPU
683 695
684config LOCAL_TIMERS 696config LOCAL_TIMERS
685 bool "Use local timer interrupts" 697 bool "Use local timer interrupts"
686 depends on SMP && REALVIEW_EB_ARM11MP 698 depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
687 default y 699 default y
688 help 700 help
689 Enable support for local timers on SMP platforms, rather then the 701 Enable support for local timers on SMP platforms, rather then the
@@ -774,6 +786,12 @@ config ARCH_DISCONTIGMEM_ENABLE
774 or have huge holes in the physical address space for other reasons. 786 or have huge holes in the physical address space for other reasons.
775 See <file:Documentation/vm/numa> for more. 787 See <file:Documentation/vm/numa> for more.
776 788
789config ARCH_SPARSEMEM_ENABLE
790 bool
791
792config ARCH_SELECT_MEMORY_MODEL
793 bool
794
777config NODES_SHIFT 795config NODES_SHIFT
778 int 796 int
779 default "4" if ARCH_LH7A40X 797 default "4" if ARCH_LH7A40X
@@ -1174,6 +1192,8 @@ source "drivers/dma/Kconfig"
1174 1192
1175source "drivers/dca/Kconfig" 1193source "drivers/dca/Kconfig"
1176 1194
1195source "drivers/uio/Kconfig"
1196
1177endmenu 1197endmenu
1178 1198
1179source "fs/Kconfig" 1199source "fs/Kconfig"