aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2440/Kconfig
diff options
context:
space:
mode:
authorRamax Lo <ramaxlo@gmail.com>2008-07-07 13:12:36 -0400
committerBen Dooks <ben-linux@fluff.org>2008-07-07 13:13:01 -0400
commit4ab9897172b7ff3a1a37b65b53f71c5795a577b0 (patch)
tree6cb7b2df8e06fafae9c3329e2726acbda8dfb983 /arch/arm/mach-s3c2440/Kconfig
parentb497549a035c2a81b71c7a27f2b00c8a16c09423 (diff)
[ARM] S3C2440: Add AT2440EVB board support
Add basic support for AT2440EVB board based on Samsung S3C2440 SoC. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Ramax Lo <ramaxlo@gmail.com>
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r--arch/arm/mach-s3c2440/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index dcaa4dbebb37..25de042ab996 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -68,6 +68,11 @@ config SMDK2440_CPU2440
68 default y if ARCH_S3C2440 68 default y if ARCH_S3C2440
69 select CPU_S3C2440 69 select CPU_S3C2440
70 70
71config MACH_AT2440EVB
72 bool "Avantech AT2440EVB development board"
73 select CPU_S3C2440
74 help
75 Say Y here if you are using the AT2440EVB development board
71 76
72endmenu 77endmenu
73 78