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, 27 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2b28786b3879..e62b37a15a1d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -241,6 +241,7 @@ config ARCH_VERSATILE
241config ARCH_AT91 241config ARCH_AT91
242 bool "Atmel AT91" 242 bool "Atmel AT91"
243 select GENERIC_GPIO 243 select GENERIC_GPIO
244 select ARCH_REQUIRE_GPIOLIB
244 select HAVE_CLK 245 select HAVE_CLK
245 help 246 help
246 This enables support for systems based on the Atmel AT91RM9200, 247 This enables support for systems based on the Atmel AT91RM9200,
@@ -477,12 +478,29 @@ config ARCH_PXA
477 select HAVE_CLK 478 select HAVE_CLK
478 select COMMON_CLKDEV 479 select COMMON_CLKDEV
479 select ARCH_REQUIRE_GPIOLIB 480 select ARCH_REQUIRE_GPIOLIB
481 select HAVE_CLK
482 select COMMON_CLKDEV
480 select GENERIC_TIME 483 select GENERIC_TIME
481 select GENERIC_CLOCKEVENTS 484 select GENERIC_CLOCKEVENTS
482 select TICK_ONESHOT 485 select TICK_ONESHOT
486 select PLAT_PXA
483 help 487 help
484 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 488 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
485 489
490config ARCH_MMP
491 bool "Marvell PXA168/910"
492 depends on MMU
493 select GENERIC_GPIO
494 select ARCH_REQUIRE_GPIOLIB
495 select HAVE_CLK
496 select COMMON_CLKDEV
497 select GENERIC_TIME
498 select GENERIC_CLOCKEVENTS
499 select TICK_ONESHOT
500 select PLAT_PXA
501 help
502 Support for Marvell's PXA168/910 processor line.
503
486config ARCH_RPC 504config ARCH_RPC
487 bool "RiscPC" 505 bool "RiscPC"
488 select ARCH_ACORN 506 select ARCH_ACORN
@@ -617,6 +635,9 @@ source "arch/arm/mach-loki/Kconfig"
617source "arch/arm/mach-mv78xx0/Kconfig" 635source "arch/arm/mach-mv78xx0/Kconfig"
618 636
619source "arch/arm/mach-pxa/Kconfig" 637source "arch/arm/mach-pxa/Kconfig"
638source "arch/arm/plat-pxa/Kconfig"
639
640source "arch/arm/mach-mmp/Kconfig"
620 641
621source "arch/arm/mach-sa1100/Kconfig" 642source "arch/arm/mach-sa1100/Kconfig"
622 643
@@ -686,12 +707,15 @@ config PLAT_IOP
686config PLAT_ORION 707config PLAT_ORION
687 bool 708 bool
688 709
710config PLAT_PXA
711 bool
712
689source arch/arm/mm/Kconfig 713source arch/arm/mm/Kconfig
690 714
691config IWMMXT 715config IWMMXT
692 bool "Enable iWMMXt support" 716 bool "Enable iWMMXt support"
693 depends on CPU_XSCALE || CPU_XSC3 717 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK
694 default y if PXA27x || PXA3xx 718 default y if PXA27x || PXA3xx || ARCH_MMP
695 help 719 help
696 Enable support for iWMMXt context switching at run time if 720 Enable support for iWMMXt context switching at run time if
697 running on a CPU that supports it. 721 running on a CPU that supports it.
@@ -1109,7 +1133,7 @@ source "drivers/cpufreq/Kconfig"
1109 1133
1110config CPU_FREQ_SA1100 1134config CPU_FREQ_SA1100
1111 bool 1135 bool
1112 depends on CPU_FREQ && (SA1100_H3100 || SA1100_H3600 || SA1100_H3800 || SA1100_LART || SA1100_PLEB || SA1100_BADGE4 || SA1100_HACKKIT) 1136 depends on CPU_FREQ && (SA1100_H3100 || SA1100_H3600 || SA1100_LART || SA1100_PLEB || SA1100_BADGE4 || SA1100_HACKKIT)
1113 default y 1137 default y
1114 1138
1115config CPU_FREQ_SA1110 1139config CPU_FREQ_SA1110