From: Syed Mohammed, Khasim Date: Wed, 11 Jul 2007 12:07:29 +0000 (-0700) Subject: ARM: OMAP: Kconfig and Makefile updates for OMAP3 X-Git-Tag: v2.6.22-omap1~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=134c0e32c9fb49c4e872e98eec3f944652e0ada4;p=linux-2.6-omap-h63xx.git ARM: OMAP: Kconfig and Makefile updates for OMAP3 Kconfig and Makefile updates for OMAP3 Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8c1ec431740..7d043ccccd9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -393,7 +393,7 @@ config ARCH_OMAP select GENERIC_TIME select GENERIC_CLOCKEVENTS help - Support for TI's OMAP platform (OMAP1 and OMAP2). + Support for TI's OMAP platform (OMAP1, OMAP2 and OMAP3). endchoice diff --git a/arch/arm/Makefile b/arch/arm/Makefile index cbd5010d3bc..eb26eaf134e 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -121,6 +121,7 @@ endif machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx machine-$(CONFIG_ARCH_OMAP1) := omap1 machine-$(CONFIG_ARCH_OMAP2) := omap2 + machine-$(CONFIG_ARCH_OMAP3) := omap2 incdir-$(CONFIG_ARCH_OMAP) := omap machine-$(CONFIG_ARCH_S3C2410) := s3c2410 machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x