aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-05-17 12:24:04 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-17 12:24:04 -0400
commitac1d426e825ab5778995f2f6f053ca2e6b45c622 (patch)
tree75b91356ca39463e0112931aa6790802fb1e07a2 /arch/arm/Kconfig
parentfda0e18c8a7a3e02747c2b045b4fcd2c920410b9 (diff)
parenta3685f00652af83f12b63e3b4ef48f29581ba48b (diff)
Merge branch 'devel-stable' into devel
Conflicts: arch/arm/Kconfig arch/arm/include/asm/system.h arch/arm/mm/Kconfig
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig30
1 files changed, 24 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2b3157b5089a..492f81344900 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -241,6 +241,7 @@ config ARCH_REALVIEW
241 select ARCH_WANT_OPTIONAL_GPIOLIB 241 select ARCH_WANT_OPTIONAL_GPIOLIB
242 select PLAT_VERSATILE 242 select PLAT_VERSATILE
243 select ARM_TIMER_SP804 243 select ARM_TIMER_SP804
244 select GPIO_PL061 if GPIOLIB
244 help 245 help
245 This enables support for ARM Ltd RealView boards. 246 This enables support for ARM Ltd RealView boards.
246 247
@@ -300,6 +301,15 @@ config ARCH_CLPS711X
300 help 301 help
301 Support for Cirrus Logic 711x/721x based boards. 302 Support for Cirrus Logic 711x/721x based boards.
302 303
304config ARCH_CNS3XXX
305 bool "Cavium Networks CNS3XXX family"
306 select CPU_V6
307 select GENERIC_TIME
308 select GENERIC_CLOCKEVENTS
309 select ARM_GIC
310 help
311 Support for Cavium Networks CNS3XXX platform.
312
303config ARCH_GEMINI 313config ARCH_GEMINI
304 bool "Cortina Systems Gemini" 314 bool "Cortina Systems Gemini"
305 select CPU_FA526 315 select CPU_FA526
@@ -593,14 +603,15 @@ config ARCH_PXA
593 603
594config ARCH_MSM 604config ARCH_MSM
595 bool "Qualcomm MSM" 605 bool "Qualcomm MSM"
596 select CPU_V6 606 select HAVE_CLK
597 select GENERIC_TIME 607 select GENERIC_TIME
598 select GENERIC_CLOCKEVENTS 608 select GENERIC_CLOCKEVENTS
599 help 609 help
600 Support for Qualcomm MSM7K based systems. This runs on the ARM11 610 Support for Qualcomm MSM/QSD based systems. This runs on the
601 apps processor of the MSM7K and depends on a shared memory 611 apps processor of the MSM/QSD and depends on a shared memory
602 interface to the ARM9 modem processor which runs the baseband stack 612 interface to the modem processor which runs the baseband
603 and controls some vital subsystems (clock and power control, etc). 613 stack and controls some vital subsystems
614 (clock and power control, etc).
604 615
605config ARCH_SHMOBILE 616config ARCH_SHMOBILE
606 bool "Renesas SH-Mobile" 617 bool "Renesas SH-Mobile"
@@ -639,7 +650,7 @@ config ARCH_SA1100
639 Support for StrongARM 11x0 based boards. 650 Support for StrongARM 11x0 based boards.
640 651
641config ARCH_S3C2410 652config ARCH_S3C2410
642 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" 653 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, S3C2450"
643 select GENERIC_GPIO 654 select GENERIC_GPIO
644 select ARCH_HAS_CPUFREQ 655 select ARCH_HAS_CPUFREQ
645 select HAVE_CLK 656 select HAVE_CLK
@@ -649,6 +660,10 @@ config ARCH_S3C2410
649 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or 660 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
650 the Samsung SMDK2410 development board (and derivatives). 661 the Samsung SMDK2410 development board (and derivatives).
651 662
663 Note, the S3C2416 and the S3C2450 are so close that they even share
664 the same SoC ID code. This means that there is no seperate machine
665 directory (no arch/arm/mach-s3c2450) as the S3C2416 was first.
666
652config ARCH_S3C64XX 667config ARCH_S3C64XX
653 bool "Samsung S3C64XX" 668 bool "Samsung S3C64XX"
654 select PLAT_SAMSUNG 669 select PLAT_SAMSUNG
@@ -818,6 +833,8 @@ source "arch/arm/mach-bcmring/Kconfig"
818 833
819source "arch/arm/mach-clps711x/Kconfig" 834source "arch/arm/mach-clps711x/Kconfig"
820 835
836source "arch/arm/mach-cns3xxx/Kconfig"
837
821source "arch/arm/mach-davinci/Kconfig" 838source "arch/arm/mach-davinci/Kconfig"
822 839
823source "arch/arm/mach-dove/Kconfig" 840source "arch/arm/mach-dove/Kconfig"
@@ -894,6 +911,7 @@ if ARCH_S3C2410
894source "arch/arm/mach-s3c2400/Kconfig" 911source "arch/arm/mach-s3c2400/Kconfig"
895source "arch/arm/mach-s3c2410/Kconfig" 912source "arch/arm/mach-s3c2410/Kconfig"
896source "arch/arm/mach-s3c2412/Kconfig" 913source "arch/arm/mach-s3c2412/Kconfig"
914source "arch/arm/mach-s3c2416/Kconfig"
897source "arch/arm/mach-s3c2440/Kconfig" 915source "arch/arm/mach-s3c2440/Kconfig"
898source "arch/arm/mach-s3c2443/Kconfig" 916source "arch/arm/mach-s3c2443/Kconfig"
899endif 917endif