summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/Makefile
diff options
context:
space:
mode:
authorMichel Pollet <buserror@gmail.com>2009-03-25 17:19:14 +0000
committerBen Dooks <ben-linux@fluff.org>2009-06-15 22:09:45 +0100
commit5102aa4acdbde305646ae60c5eec7042b5016a0e (patch)
treed2fedea64da6309d046f260f653ed2ce85b74921 /arch/arm/mach-s3c2440/Makefile
parent45e3e1935e2857c54783291107d33323b3ef33c8 (diff)
[ARM] MINI2440: Add machine support
The MINI2440 is a chinese made s3c2440 development board with a large set of peripherals. This patch provides machine support for almost all the features of the board. Since it can come with various "options" fitted, a kernel parameter is used to specify the lcd size, backlight control and touchscreen. Signed-off-by: Michel Pollet <buserror@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r--arch/arm/mach-s3c2440/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile
index 0b4440e79b90..bfadcf684a2a 100644
--- a/arch/arm/mach-s3c2440/Makefile
+++ b/arch/arm/mach-s3c2440/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o
obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o
obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o
obj-$(CONFIG_MACH_AT2440EVB) += mach-at2440evb.o
+obj-$(CONFIG_MACH_MINI2440) += mach-mini2440.o