summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/Makefile
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2009-05-19 09:41:42 (GMT)
committerBen Dooks <ben-linux@fluff.org>2009-06-16 22:41:29 (GMT)
commit9d76295ac6082449a64fd6fa981d2615a34e243d (patch)
tree8a1f0a8e71800b1e1cc3e0b7d3acd443cf93dd1c /arch/arm/mach-s3c2442/Makefile
parentb3748ddd80569ec753f62e709629b8c639143222 (diff)
downloadlinux-9d76295ac6082449a64fd6fa981d2615a34e243d.tar.xz
[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/Makefile')
-rw-r--r--arch/arm/mach-s3c2442/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/Makefile b/arch/arm/mach-s3c2442/Makefile
index 2a909c6..2a19113 100644
--- a/arch/arm/mach-s3c2442/Makefile
+++ b/arch/arm/mach-s3c2442/Makefile
@@ -12,5 +12,7 @@ obj- :=
obj-$(CONFIG_CPU_S3C2442) += s3c2442.o
obj-$(CONFIG_CPU_S3C2442) += clock.o
+obj-$(CONFIG_MACH_NEO1973_GTA02) += mach-gta02.o
+
# Machine support