aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/Kconfig
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-02-19 03:46:14 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-19 03:46:14 +0000
commit33a50bf7210e01d12cb71bdea988567b1829b1d9 (patch)
treee6ac40577d6f27263cbbb17409a65a0008e499e6 /arch/arm/mach-s3c2442/Kconfig
parentadb8f238106d280232c51f4e78e5b397e0d032ba (diff)
clean-move-mach-gta02-s3c2442.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2442/Kconfig')
-rw-r--r--arch/arm/mach-s3c2442/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig
index 6813758da5c..27453f02326 100644
--- a/arch/arm/mach-s3c2442/Kconfig
+++ b/arch/arm/mach-s3c2442/Kconfig
@@ -17,6 +17,15 @@ config CPU_S3C2442
help
Support for S3C2442 Samsung Mobile CPU based systems.
+config S3C2440_C_FIQ
+ bool "FIQ ISR support in C"
+ depends on ARCH_S3C2410
+ select FIQ
+ help
+ Support for S3C2440 FIQ support in C -- see
+ ./arch/arm/mach-s3c2440/fiq_c_isr.c
+
+
menu "S3C2442 Machines"
@@ -25,6 +34,18 @@ config SMDK2440_CPU2442
depends on ARCH_S3C2440
select CPU_S3C2442
+config MACH_NEO1973_GTA02
+ bool "FIC Neo1973 GSM Phone (GTA02 Hardware)"
+ select CPU_S3C2442
+ select SENSORS_PCF50633
+ select POWER_SUPPLY
+ select GTA02_HDQ
+ select MACH_NEO1973
+ select S3C2410_PWM
+ select S3C2410_CLOCK
+ help
+ Say Y here if you are using the FIC Neo1973 GSM Phone
+
endmenu