diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-17 03:49:25 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-17 03:49:25 -0400 |
commit | a3685f00652af83f12b63e3b4ef48f29581ba48b (patch) | |
tree | 18ec9eed3deabf3c6b9bec206765a4dd0d8cf9ec /arch/arm/Kconfig | |
parent | b12f3cbd7a9a869eae1eb108da02526b132ba80b (diff) | |
parent | 63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc (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/Kconfig | 7 |
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 | ||
659 | config ARCH_S3C2410 | 659 | config 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 | |||
669 | config ARCH_S3C64XX | 673 | config 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 | |||
904 | source "arch/arm/mach-s3c2400/Kconfig" | 908 | source "arch/arm/mach-s3c2400/Kconfig" |
905 | source "arch/arm/mach-s3c2410/Kconfig" | 909 | source "arch/arm/mach-s3c2410/Kconfig" |
906 | source "arch/arm/mach-s3c2412/Kconfig" | 910 | source "arch/arm/mach-s3c2412/Kconfig" |
911 | source "arch/arm/mach-s3c2416/Kconfig" | ||
907 | source "arch/arm/mach-s3c2440/Kconfig" | 912 | source "arch/arm/mach-s3c2440/Kconfig" |
908 | source "arch/arm/mach-s3c2443/Kconfig" | 913 | source "arch/arm/mach-s3c2443/Kconfig" |
909 | endif | 914 | endif |