From: Lauri Leukkunen Date: Fri, 31 Oct 2008 14:45:25 +0000 (+0200) Subject: OMAP: Select right CPU_Vn automatically X-Git-Tag: v2.6.28-omap1~199 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=473bc31aeffa09804aaf2491779b43e1222f8418;p=linux-2.6-omap-h63xx.git OMAP: Select right CPU_Vn automatically Prevents idiots like me from creating an uncompilable .config Signed-off-by: Lauri Leukkunen Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index fd62c7ebf0b..27750f5112f 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -10,11 +10,13 @@ config ARCH_OMAP2420 depends on ARCH_OMAP24XX select OMAP_DM_TIMER select ARCH_OMAP_OTG + select CPU_V6 config ARCH_OMAP2430 bool "OMAP2430 support" depends on ARCH_OMAP24XX select ARCH_OMAP_OTG + select CPU_V6 config ARCH_OMAP34XX bool "OMAP34xx Based System" @@ -24,6 +26,7 @@ config ARCH_OMAP3430 bool "OMAP3430 support" depends on ARCH_OMAP3 && ARCH_OMAP34XX select ARCH_OMAP_OTG + select CPU_V7 comment "OMAP Board Type" depends on ARCH_OMAP2 || ARCH_OMAP3