public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: Select right CPU_Vn automatically
@ 2008-10-31 14:45 Lauri Leukkunen
  2008-11-06  3:23 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Lauri Leukkunen @ 2008-10-31 14:45 UTC (permalink / raw)
  To: linux-omap; +Cc: Lauri Leukkunen

Prevents idiots like me from creating an uncompilable .config

Signed-off-by: Lauri Leukkunen <lauri.leukkunen@nokia.com>
---
 arch/arm/mach-omap2/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index c730fa6..e57430b 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
-- 
1.5.6.5


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

* Re: [PATCH] OMAP: Select right CPU_Vn automatically
  2008-10-31 14:45 [PATCH] OMAP: Select right CPU_Vn automatically Lauri Leukkunen
@ 2008-11-06  3:23 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-11-06  3:23 UTC (permalink / raw)
  To: Lauri Leukkunen; +Cc: linux-omap

* Lauri Leukkunen <lauri.leukkunen@nokia.com> [081031 07:45]:
> Prevents idiots like me from creating an uncompilable .config

Pushing.

Tony

> Signed-off-by: Lauri Leukkunen <lauri.leukkunen@nokia.com>
> ---
>  arch/arm/mach-omap2/Kconfig |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index c730fa6..e57430b 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
> -- 
> 1.5.6.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2008-11-06  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 14:45 [PATCH] OMAP: Select right CPU_Vn automatically Lauri Leukkunen
2008-11-06  3:23 ` Tony Lindgren

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