Re: [PATCH 02/10] x86: start unification of arch/x86/Kconfig.*

2007-11-04 Thread Sam Ravnborg
> > config DMAR_FLOPPY_WA > > bool > > depends on DMAR > >... > > In patch 8 the remaining PCI_* options and DMAR_FLOPPY_WA end in a > completely different place in the Kconfig file than the options moved > here. > > Please keep options that belong together grouped together no matter

Re: [PATCH 02/10] x86: start unification of arch/x86/Kconfig.*

2007-11-03 Thread Adrian Bunk
On Sun, Nov 04, 2007 at 12:51:12AM +0100, Sam Ravnborg wrote: >... > --- a/arch/x86/Kconfig.x86_64 > +++ b/arch/x86/Kconfig.x86_64 >... > # x86-64 doesn't support PCI BIOS access from long mode so always go direct. > config PCI_DIRECT > @@ -737,36 +723,11 @@ config PCI_DIRECT > depends on P

[PATCH 02/10] x86: start unification of arch/x86/Kconfig.*

2007-11-03 Thread Sam Ravnborg
This step introduces the file arch/x86/Kconfig which contains all the menu's from "Power Management" and below. The main parts of the new Kconfig file are shared and the remaining i386/x86_64 specific parts are covered by dependencies. All config options without prompt are kept in the i386/x86_64