diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-26 15:12:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-26 15:12:58 +0100 |
commit | cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb (patch) | |
tree | 66419b7bf0e05751458d4b66ce4821379bf9f3e4 /arch | |
parent | 28c68e3450a19930d12e1798950d62e09f447ae1 (diff) | |
download | talos-op-linux-cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb.tar.gz talos-op-linux-cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb.zip |
[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>
Diffstat (limited to 'arch')
-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 Support for StrongARM 11x0 based boards. config ARCH_S3C2410 - bool "Samsung S3C2410" + bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442" help Samsung S3C2410X CPU based systems, such as the Simtec Electronics BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or |