diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bbae45a1e13b..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 | ||
@@ -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 | ||
380 | config ARCH_ORION | 381 | config 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 | ||
390 | config ARCH_PNX4008 | 393 | config 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 | ||
@@ -516,7 +524,7 @@ source "arch/arm/mach-omap1/Kconfig" | |||
516 | 524 | ||
517 | source "arch/arm/mach-omap2/Kconfig" | 525 | source "arch/arm/mach-omap2/Kconfig" |
518 | 526 | ||
519 | source "arch/arm/mach-orion/Kconfig" | 527 | source "arch/arm/mach-orion5x/Kconfig" |
520 | 528 | ||
521 | source "arch/arm/plat-s3c24xx/Kconfig" | 529 | source "arch/arm/plat-s3c24xx/Kconfig" |
522 | source "arch/arm/plat-s3c/Kconfig" | 530 | source "arch/arm/plat-s3c/Kconfig" |
@@ -563,6 +571,9 @@ config ARCH_ACORN | |||
563 | config PLAT_IOP | 571 | config PLAT_IOP |
564 | bool | 572 | bool |
565 | 573 | ||
574 | config PLAT_ORION | ||
575 | bool | ||
576 | |||
566 | source arch/arm/mm/Kconfig | 577 | source arch/arm/mm/Kconfig |
567 | 578 | ||
568 | config IWMMXT | 579 | config IWMMXT |
@@ -774,6 +785,12 @@ config ARCH_DISCONTIGMEM_ENABLE | |||
774 | 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. |
775 | See <file:Documentation/vm/numa> for more. | 786 | See <file:Documentation/vm/numa> for more. |
776 | 787 | ||
788 | config ARCH_SPARSEMEM_ENABLE | ||
789 | bool | ||
790 | |||
791 | config ARCH_SELECT_MEMORY_MODEL | ||
792 | bool | ||
793 | |||
777 | config NODES_SHIFT | 794 | config NODES_SHIFT |
778 | int | 795 | int |
779 | default "4" if ARCH_LH7A40X | 796 | default "4" if ARCH_LH7A40X |