Re: [PATCH 1/9] powerpc/kconfig: Kill PPC_MULTIPLATFORM

2009-03-11 Thread Benjamin Herrenschmidt
On Wed, 2009-03-11 at 07:04 -0500, Kumar Gala wrote: > On Mar 10, 2009, at 10:53 PM, Benjamin Herrenschmidt wrote: > > > > > config PPC_NATIVE > > bool > > - depends on PPC_MULTIPLATFORM > > + depends on 6xx || PPC64 > > help > > Support for running natively on the hardware, i.e.

Re: [PATCH 1/9] powerpc/kconfig: Kill PPC_MULTIPLATFORM

2009-03-11 Thread Kumar Gala
On Mar 10, 2009, at 10:53 PM, Benjamin Herrenschmidt wrote: config PPC_NATIVE bool - depends on PPC_MULTIPLATFORM + depends on 6xx || PPC64 help Support for running natively on the hardware, i.e. without a hypervisor. This option is not user-sele

[PATCH 1/9] powerpc/kconfig: Kill PPC_MULTIPLATFORM

2009-03-10 Thread Benjamin Herrenschmidt
CONFIG_PPC_MULTIPLATFORM is a remain of the pre-powerpc days and isn't really meaningful anymore. It was basically equivalent to PPC64 || 6xx. This removes it along with the following changes: - 32-bit platforms that relied on PPC32 && PPC_MULTIPLATFORM now rely on 6xx which is what they want