aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c24xx/Kconfig
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:10 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:10 +0000
commite884b7a9eade8243363c736785a99d7c6e54d7df (patch)
tree7d8adce6e157fce6fff74fbc3d84c06741fe2d0a /arch/arm/plat-s3c24xx/Kconfig
parent5027687a92982241ce930ff3c04a38a973f9030e (diff)
gta01-core.patch
This patch adds support for the FIC Neo1973 GTA01 machine type to the ARM port of the Linux kernel. Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r--arch/arm/plat-s3c24xx/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index f0d54fdf88d..a986748860d 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -83,4 +83,9 @@ config MACH_SMDK
help
Common machine code for SMDK2410 and SMDK2440
+config MACH_NEO1973
+ bool
+ help
+ Common machine code for Neo1973 hardware
+
endif