All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Lauri Leukkunen <lauri.leukkunen@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP: Select right CPU_Vn automatically
Date: Wed, 5 Nov 2008 19:23:11 -0800	[thread overview]
Message-ID: <20081106032311.GO21736@atomide.com> (raw)
In-Reply-To: <1225464325-32208-1-git-send-email-lauri.leukkunen@nokia.com>

* 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

      reply	other threads:[~2008-11-06  3:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 14:45 [PATCH] OMAP: Select right CPU_Vn automatically Lauri Leukkunen
2008-11-06  3:23 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081106032311.GO21736@atomide.com \
    --to=tony@atomide.com \
    --cc=lauri.leukkunen@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.