Updated Kconfig and Makefile for OMAP3 EVM support Signed-off-by: Syed Mohammed Khasim <khasim@xxxxxx> --- arch/arm/mach-omap2/Kconfig | 10 +++++++--- arch/arm/mach-omap2/Makefile | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) Index: my_branch/arch/arm/mach-omap2/Kconfig =================================================================== --- my_branch.orig/arch/arm/mach-omap2/Kconfig 2008-04-14 16:07:11.000000000 +0530 +++ my_branch/arch/arm/mach-omap2/Kconfig 2008-04-14 16:07:41.000000000 +0530 @@ -98,10 +98,14 @@ bool "OMAP 2430 SDP board" depends on ARCH_OMAP2 && ARCH_OMAP2430 +config MACH_OMAP_2430OSK + bool "OMAP 2430 OSK board" + depends on ARCH_OMAP2 && ARCH_OMAP24XX + config MACH_OMAP_3430SDP bool "OMAP 3430 SDP board" depends on ARCH_OMAP3 && ARCH_OMAP34XX -config MACH_OMAP_2430OSK - bool "OMAP 2430 OSK board" - depends on ARCH_OMAP2 && ARCH_OMAP24XX +config MACH_OMAP3EVM + bool "OMAP 3530 EVM board" + depends on ARCH_OMAP3 && ARCH_OMAP34XX Index: my_branch/arch/arm/mach-omap2/Makefile =================================================================== --- my_branch.orig/arch/arm/mach-omap2/Makefile 2008-04-14 16:07:11.000000000 +0530 +++ my_branch/arch/arm/mach-omap2/Makefile 2008-04-14 16:07:41.000000000 +0530 @@ -34,6 +34,7 @@ board-sdp-hsmmc.o \ board-3430sdp-usb.o \ board-3430sdp-flash.o +obj-$(CONFIG_MACH_OMAP3EVM) += board-omap3-evm.o obj-$(CONFIG_MACH_OMAP_APOLLON) += board-apollon.o \ board-apollon-mmc.o \ board-apollon-keys.o -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html