public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Dmitry Golubev <dmitry@mikrotik.com>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] embedding 2.6 or more findings on kernel size
Date: Tue, 31 Aug 2004 22:27:07 +0200	[thread overview]
Message-ID: <20040831202707.GQ3466@fs.tum.de> (raw)
In-Reply-To: <200408311710.01601.dmitry@mikrotik.com>

On Tue, Aug 31, 2004 at 05:10:01PM +0300, Dmitry Golubev wrote:
>...
> --- ./linux-2.6.8.1/arch/i386/Kconfig	2004-08-14 13:54:50.000000000 +0300
> +++ ./linux-2.6.8.1_new/arch/i386/Kconfig	2004-08-31 15:19:02.000000000 +0300
> @@ -321,6 +321,46 @@
>  
>  endchoice
>  
> +menu "Specific x86 vendor support"
> +	depends on X86
> +	
> +config X86_CPU_VENDOR_AMD
> +	bool "Advanced Micro Devices"
> +	default y
> +
> +config X86_CPU_VENDOR_CYRIX
> +	bool "Cyrix | VIA | National Semiconductor"
> +	default y
> +
> +config X86_CPU_VENDOR_CENTAUR
> +	bool "Centaur Technology"
> +	default y
> +	help
> +	  This option enables support for Centaur C6 (IDT WinChip) 
> +	  processor family.
> +
> +config X86_CPU_VENDOR_TRANSMETA
> +	bool "Transmeta Crusoe"
> +	default y
> +
> +config X86_CPU_VENDOR_INTEL
> +	bool "Intel"
> +	default y
> +
> +config X86_CPU_VENDOR_RISE
> +	bool "Rise Technology"
> +	default y
> +
> +config X86_CPU_VENDOR_NEXGEN
> +	bool "NexGen"
> +	default y
> +
> +config X86_CPU_VENDOR_UMC
> +	bool "UMC Green CPUs"
> +	default y
> +
> +endmenu
> +
>...


Please don't include this.

I'd prefer to switch i386 cpu selection to a different scheme which 
gives you effectively these options for free without additional options.

@Andrew:
You rejected my i386 cpu selection patch for 2.6 some time ago, and 
asked me to resend it for 2.7 .
With the new 2.6 development model, will you now accept this patch
in 2.6?

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2004-08-31 21:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-30 20:07 embedding 2.6 or more findings on kernel size Dmitry Golubev
2004-08-31 14:10 ` [PATCH] " Dmitry Golubev
2004-08-31 20:27   ` Adrian Bunk [this message]
2004-08-31 23:41     ` Dmitry Golubev

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=20040831202707.GQ3466@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=akpm@osdl.org \
    --cc=dmitry@mikrotik.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox