aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/Kconfig
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2009-05-19 06:41:42 -0300
committerBen Dooks <ben-linux@fluff.org>2009-06-16 23:41:29 +0100
commit9d76295ac6082449a64fd6fa981d2615a34e243d (patch)
tree8a1f0a8e71800b1e1cc3e0b7d3acd443cf93dd1c /arch/arm/mach-s3c2442/Kconfig
parentb3748ddd80569ec753f62e709629b8c639143222 (diff)
[ARM] GTA02/FreeRunner: Add machine definition
This patch introduces the Openmoko GTA02 machine definition. Much of the code is based on Harald Welte's work, although it has been largely rewritten several times. This is intended to be the minimum machine definition to boot and be able to run a rootfs from NAND on GTA02 / FreeRunner. It does not bring up the framebuffer / Glamo and lacks many other peripheral drivers from outside the SoC. But once we have this basis in mainline kernel, we will be able to introduce the other drivers and add them here. Thanks to Sven Rebhan <odinshorse@googlemail.com> for his fixes to this patch (Kconfig and defconfig files). Signed-off-by: Andy Green <andy@warmcat.com> Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> [ben-linux@fluff.org: Fix the GPIO definitions] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2442/Kconfig')
-rw-r--r--arch/arm/mach-s3c2442/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig
index b289d198020..103e913f225 100644
--- a/arch/arm/mach-s3c2442/Kconfig
+++ b/arch/arm/mach-s3c2442/Kconfig
@@ -24,6 +24,18 @@ config SMDK2440_CPU2442
depends on ARCH_S3C2440
select CPU_S3C2442
+config MACH_NEO1973_GTA02
+ bool "Openmoko GTA02 / Freerunner phone"
+ select CPU_S3C2442
+ select MFD_PCF50633
+ select PCF50633_GPIO
+ select I2C
+ select POWER_SUPPLY
+ select MACH_NEO1973
+ select S3C2410_PWM
+ help
+ Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
+
endmenu