[PATCH] x86: unification of cfufreq/Kconfig

2007-11-12 Thread Sam Ravnborg
Merge the two Kconfig files to a single file. Checked using make allmodconfig for x86_64. No changes in build. Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> Cc: Adrian Bunk <[EMAIL PROTECTED]> Cc: Dave Jones <[EMAIL PROTECTED]> --- arch/x86/Kconfig.i386 |2 +- arch/x86/Kco

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-12 Thread Adrian Bunk
On Fri, Nov 09, 2007 at 07:36:02PM +0100, Andreas Herrmann wrote: >... > Mostly I have seen the ususal suspects (e.g. missing firmware and >... Not related to this patch, but you can set CONFIG_STANDALONE=y with KCONFIG_ALLCONFIG for your randconfig compiles. > Regards, > > Andreas cu Adrian

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-09 Thread Sam Ravnborg
On Fri, Nov 09, 2007 at 07:36:02PM +0100, Andreas Herrmann wrote: > On Wed, Nov 07, 2007 at 12:04:51AM +0100, Sam Ravnborg wrote: > > This serie of patches unify the X86 Kconfig files. > > Next step is to enable use of "make ARCH=x86" and kill > > "make ARCH=i386/x86_64". > > But that will wait til

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-09 Thread Sam Ravnborg
On Fri, Nov 09, 2007 at 07:45:04PM +0100, Thomas Gleixner wrote: > Andreas, > > On Fri, 9 Nov 2007, Andreas Herrmann wrote: > > > > PS: Looking forward to test the ARCH=x86 enabled kbuild. > > BTW, what is the right git tree to pull this stuff from? > > Is it your x86.git tree? But that one is no

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-09 Thread Thomas Gleixner
Andreas, On Fri, 9 Nov 2007, Andreas Herrmann wrote: > > PS: Looking forward to test the ARCH=x86 enabled kbuild. > BTW, what is the right git tree to pull this stuff from? > Is it your x86.git tree? But that one is not up to date, is it? I'm working on an update. I pull Sams changes in, so we h

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-09 Thread Andreas Herrmann
On Wed, Nov 07, 2007 at 12:04:51AM +0100, Sam Ravnborg wrote: > This serie of patches unify the X86 Kconfig files. > Next step is to enable use of "make ARCH=x86" and kill > "make ARCH=i386/x86_64". > But that will wait till tomorrow. > > The allmodconfig kernel is still building here. > Testing /

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-08 Thread Adrian Bunk
On Wed, Nov 07, 2007 at 05:06:29PM +0100, Sam Ravnborg wrote: > On Wed, Nov 07, 2007 at 08:18:01AM +0100, Adrian Bunk wrote: > > On Wed, Nov 07, 2007 at 08:06:44AM +0100, Sam Ravnborg wrote: > > > On Wed, Nov 07, 2007 at 07:02:20AM +0100, Adrian Bunk wrote: > > > > On Wed, Nov 07, 2007 at 12:01:12A

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-07 Thread Sam Ravnborg
On Wed, Nov 07, 2007 at 08:18:01AM +0100, Adrian Bunk wrote: > On Wed, Nov 07, 2007 at 08:06:44AM +0100, Sam Ravnborg wrote: > > On Wed, Nov 07, 2007 at 07:02:20AM +0100, Adrian Bunk wrote: > > > On Wed, Nov 07, 2007 at 12:01:12AM +0100, Sam Ravnborg wrote: > > > >... > > > > config X86_SPEEDSTEP_

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-06 Thread Adrian Bunk
On Wed, Nov 07, 2007 at 08:06:44AM +0100, Sam Ravnborg wrote: > On Wed, Nov 07, 2007 at 07:02:20AM +0100, Adrian Bunk wrote: > > On Wed, Nov 07, 2007 at 12:01:12AM +0100, Sam Ravnborg wrote: > > >... > > > config X86_SPEEDSTEP_CENTRINO > > > - tristate "Intel Enhanced SpeedStep" > > > + tristate "

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-06 Thread Sam Ravnborg
On Wed, Nov 07, 2007 at 07:02:20AM +0100, Adrian Bunk wrote: > On Wed, Nov 07, 2007 at 12:01:12AM +0100, Sam Ravnborg wrote: > >... > > config X86_SPEEDSTEP_CENTRINO > > - tristate "Intel Enhanced SpeedStep" > > + tristate "Intel Enhanced SpeedStep (deprecated)" > > select CPU_FREQ_TABLE >

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-06 Thread Adrian Bunk
On Wed, Nov 07, 2007 at 12:01:12AM +0100, Sam Ravnborg wrote: >... > config X86_SPEEDSTEP_CENTRINO > - tristate "Intel Enhanced SpeedStep" > + tristate "Intel Enhanced SpeedStep (deprecated)" > select CPU_FREQ_TABLE > - select X86_SPEEDSTEP_CENTRINO_TABLE > + select X86_SPEED

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-06 Thread Sam Ravnborg
On Wed, Nov 07, 2007 at 12:04:51AM +0100, Sam Ravnborg wrote: > This serie of patches unify the X86 Kconfig files. > Next step is to enable use of "make ARCH=x86" and kill > "make ARCH=i386/x86_64". > But that will wait till tomorrow. > > The allmodconfig kernel is still building here. > Testing /

Re: [PATCH] x86: unification of cfufreq/Kconfig

2007-11-06 Thread Sam Ravnborg
This serie of patches unify the X86 Kconfig files. Next step is to enable use of "make ARCH=x86" and kill "make ARCH=i386/x86_64". But that will wait till tomorrow. The allmodconfig kernel is still building here. Testing / reviews appreciated. Comments from former patchset is addressed - see chan

[PATCH] x86: unification of cfufreq/Kconfig

2007-11-06 Thread Sam Ravnborg
Merge the two Kconfig files to a single file. Checked using make allmodconfig for x86_64. No changes in build. Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> --- arch/x86/Kconfig.i386 |2 +- arch/x86/Kconfig.x86_64|2 +- .../x86/k