summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2008-12-11 01:36:54 (GMT)
committerTony Lindgren <tony@atomide.com>2008-12-11 01:36:54 (GMT)
commitda177247e89c672fc910cbbc4e24d7d578e2e0b2 (patch)
tree432aaa2bd8d65a00b17e5a1d08f9784f71ca5553 /arch/arm/mach-omap2/Makefile
parenta50f18c70049a73bd663ff889ef10d1097fd53f9 (diff)
downloadlinux-fsl-qoriq-da177247e89c672fc910cbbc4e24d7d578e2e0b2.tar.xz
ARM: OMAP3: Add basic support for Pandora handheld console
This patch adds support for basic features: uarts, i2c, and rtc. Also includes defconfig. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index c693923..f12c43e 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -32,4 +32,5 @@ obj-$(CONFIG_MACH_OMAP_APOLLON) += board-apollon.o
obj-$(CONFIG_MACH_OMAP3_BEAGLE) += board-omap3beagle.o
obj-$(CONFIG_MACH_OMAP_LDP) += board-ldp.o
obj-$(CONFIG_MACH_OVERO) += board-overo.o
+obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o