aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/Kconfig
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:15 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:15 +0000
commit38f13cc8e166224166056841a0f25788eaf0cdd2 (patch)
treed86645b1b8dbd0e6269c062c98ab3a2588f1c514 /arch/arm/mach-s3c2440/Kconfig
parent6ee27681c8bbeb331bfffabfe227e0f8a4f35cb1 (diff)
gta02-core.patch
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r--arch/arm/mach-s3c2440/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index ad52b3c0f47..8b6548cc748 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -76,5 +76,20 @@ config MACH_AT2440EVB
help
Say Y here if you are using the AT2440EVB development board
+config MACH_NEO1973_GTA02
+ bool "FIC Neo1973 GSM Phone (GTA02 Hardware)"
+ select CPU_S3C2442
+ select SENSORS_PCF50633
+ help
+ Say Y here if you are using the FIC Neo1973 GSM Phone
+
+config NEO1973_GTA02_2440
+ bool "Old FIC Neo1973 GTA02 hardware using S3C2440 CPU"
+ depends on MACH_NEO1973_GTA02
+ select CPU_S3C2440
+ help
+ Say Y here if you are using an early hardware revision
+ of the FIC/OpenMoko Neo1973 GTA02 GSM Phone.
+
endmenu