public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board
@ 2008-04-16 12:04 Syed Mohammed, Khasim
  2008-04-16 21:06 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Syed Mohammed, Khasim @ 2008-04-16 12:04 UTC (permalink / raw)
  To: linux-omap; +Cc: discussion


Updated Kconfig and Makefile to add OMAP3 EVM Board

Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
---
 arch/arm/mach-omap2/Kconfig  |    3 +++
 arch/arm/mach-omap2/Makefile |    1 +
 2 files changed, 4 insertions(+)

Index: my_branch/arch/arm/mach-omap2/Makefile
===================================================================
--- my_branch.orig/arch/arm/mach-omap2/Makefile	2008-04-16 14:39:51.000000000 +0530
+++ my_branch/arch/arm/mach-omap2/Makefile	2008-04-16 14:41:28.000000000 +0530
@@ -34,6 +34,7 @@
 					   board-sdp-hsmmc.o \
 					   board-3430sdp-usb.o \
 					   board-3430sdp-flash.o
+obj-$(CONFIG_MACH_OMAP3EVM)		+= board-omap3evm.o
 obj-$(CONFIG_MACH_OMAP_APOLLON)		+= board-apollon.o \
 					   board-apollon-mmc.o	\
 					   board-apollon-keys.o

Index: my_branch/arch/arm/mach-omap2/Kconfig
===================================================================
--- my_branch.orig/arch/arm/mach-omap2/Kconfig	2008-04-16 14:40:02.000000000 +0530
+++ my_branch/arch/arm/mach-omap2/Kconfig	2008-04-16 14:41:28.000000000 +0530
@@ -106,3 +106,6 @@
 	bool "OMAP 3430 SDP board"
 	depends on ARCH_OMAP3 && ARCH_OMAP34XX
 
+config MACH_OMAP3EVM
+	bool "OMAP 3530 EVM board"
+	depends on ARCH_OMAP3 && ARCH_OMAP34XX

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-17  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-16 12:04 [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board Syed Mohammed, Khasim
2008-04-16 21:06 ` Tony Lindgren
2008-04-17  2:14   ` Syed Mohammed, Khasim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox