[PATCH 1/9] powerpc/kconfig: Kill PPC_MULTIPLATFORM
    Benjamin Herrenschmidt 
    benh at kernel.crashing.org
       
    Thu Mar 12 08:38:10 EST 2009
    
    
  
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. without
> > 	  a hypervisor. This option is not user-selectable but should
> > 	  be selected by all platforms that need it.
> 
> Should this really just be PPC64 && BOOK3S ?  It doesnt look to be  
> used for anything beyond using hash_native_64.S
Maybe... In this case I didn't want to change it from what it was but
you're right, it probably is hash64 only.
Ben
    
    
More information about the Linuxppc-dev
mailing list