diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-26 10:12:58 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-26 10:12:58 -0400 |
commit | cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb (patch) | |
tree | 66419b7bf0e05751458d4b66ce4821379bf9f3e4 | |
parent | 28c68e3450a19930d12e1798950d62e09f447ae1 (diff) |
[ARM] 3651/1: S3C24XX: Make arch list more detailed
Patch from Ben Dooks
Add the rest of the supported S3C24XX family to the
configuration selection for ARCH_S3C2410. This should
try and make it clearer for people trying to find the
S3C2440 or freinds where they can be found.--
Signed-off-by: Ben Dooks <ben-linux@fluff.org>Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 114a5e0dbff0..3d1a3fb7d5fc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -253,7 +253,7 @@ config ARCH_SA1100 | |||
253 | Support for StrongARM 11x0 based boards. | 253 | Support for StrongARM 11x0 based boards. |
254 | 254 | ||
255 | config ARCH_S3C2410 | 255 | config ARCH_S3C2410 |
256 | bool "Samsung S3C2410" | 256 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442" |
257 | help | 257 | help |
258 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics | 258 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics |
259 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or | 259 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or |