aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-05-17 03:49:25 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-17 03:49:25 -0400
commita3685f00652af83f12b63e3b4ef48f29581ba48b (patch)
tree18ec9eed3deabf3c6b9bec206765a4dd0d8cf9ec /arch/arm/Kconfig
parentb12f3cbd7a9a869eae1eb108da02526b132ba80b (diff)
parent63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc (diff)
Merge branch 'for-rmk/2635' of git://git.fluff.org/bjdooks/linux into devel-stable
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3806d636a40..ae0ecdaf353 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -657,7 +657,7 @@ config ARCH_SA1100
657 Support for StrongARM 11x0 based boards. 657 Support for StrongARM 11x0 based boards.
658 658
659config ARCH_S3C2410 659config ARCH_S3C2410
660 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" 660 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, S3C2450"
661 select GENERIC_GPIO 661 select GENERIC_GPIO
662 select ARCH_HAS_CPUFREQ 662 select ARCH_HAS_CPUFREQ
663 select HAVE_CLK 663 select HAVE_CLK
@@ -666,6 +666,10 @@ config ARCH_S3C2410
666 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or 666 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
667 the Samsung SMDK2410 development board (and derivatives). 667 the Samsung SMDK2410 development board (and derivatives).
668 668
669 Note, the S3C2416 and the S3C2450 are so close that they even share
670 the same SoC ID code. This means that there is no seperate machine
671 directory (no arch/arm/mach-s3c2450) as the S3C2416 was first.
672
669config ARCH_S3C64XX 673config ARCH_S3C64XX
670 bool "Samsung S3C64XX" 674 bool "Samsung S3C64XX"
671 select PLAT_SAMSUNG 675 select PLAT_SAMSUNG
@@ -904,6 +908,7 @@ if ARCH_S3C2410
904source "arch/arm/mach-s3c2400/Kconfig" 908source "arch/arm/mach-s3c2400/Kconfig"
905source "arch/arm/mach-s3c2410/Kconfig" 909source "arch/arm/mach-s3c2410/Kconfig"
906source "arch/arm/mach-s3c2412/Kconfig" 910source "arch/arm/mach-s3c2412/Kconfig"
911source "arch/arm/mach-s3c2416/Kconfig"
907source "arch/arm/mach-s3c2440/Kconfig" 912source "arch/arm/mach-s3c2440/Kconfig"
908source "arch/arm/mach-s3c2443/Kconfig" 913source "arch/arm/mach-s3c2443/Kconfig"
909endif 914endif