From: Mikkel Christensen <mlc@ti.com>
To: linux-omap@vger.kernel.org
Cc: Mikkel Christensen <mlc@ti.com>, Vikram Pandita <vikram.pandita@ti.com>
Subject: [PATCH 3/3] OMAP3:zoom2: Makefile and Kconfig for Zoom2 board
Date: Thu, 7 May 2009 16:42:06 -0500 [thread overview]
Message-ID: <1241732526-6218-4-git-send-email-mlc@ti.com> (raw)
In-Reply-To: <1241732526-6218-3-git-send-email-mlc@ti.com>
This patch adds OMAP3 Zoom2 board to the Makefile and Kconfig.
Signed-off-by: Mikkel Christensen <mlc@ti.com>
Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
---
arch/arm/mach-omap2/Kconfig | 4 ++++
arch/arm/mach-omap2/Makefile | 4 +++-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 64ab386..0b16255 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -67,3 +67,7 @@ config MACH_OMAP_3430SDP
config MACH_NOKIA_RX51
bool "Nokia RX-51 board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
+
+config MACH_OMAP_ZOOM2
+ bool "OMAP3 Zoom2 board"
+ depends on ARCH_OMAP3 && ARCH_OMAP34XX
\ No newline at end of file
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index c49d9bf..fe4485f 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -48,7 +48,9 @@ obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \
obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \
board-rx51-peripherals.o \
mmc-twl4030.o
-
+obj-$(CONFIG_MACH_OMAP_ZOOM2) += board-zoom2.o \
+ mmc-twl4030.o \
+ board-zoom2-debugboard.o
# Platform specific device init code
ifeq ($(CONFIG_USB_MUSB_SOC),y)
obj-y += usb-musb.o
--
1.5.4.3
next prev parent reply other threads:[~2009-05-07 21:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-07 21:42 [PATCH 0/3] Support for OMAP3 Zoom2 board Mikkel Christensen
2009-05-07 21:42 ` [PATCH 1/3] OMAP3:zoom2: Add support " Mikkel Christensen
2009-05-07 21:42 ` [PATCH 2/3] OMAP3:zoom2: Defconfig for " Mikkel Christensen
2009-05-07 21:42 ` Mikkel Christensen [this message]
2009-05-13 18:44 ` [PATCH 1/3] OMAP3:zoom2: Add support for OMAP3 " Kevin Hilman
2009-05-13 17:53 ` [PATCH 0/3] Support " Pandita, Vikram
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1241732526-6218-4-git-send-email-mlc@ti.com \
--to=mlc@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=vikram.pandita@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.