]> Pileus Git - ~andy/linux/commitdiff
[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config
authorKumar Gala <galak@freescale.com>
Sun, 18 Sep 2005 18:02:03 +0000 (13:02 -0500)
committerPaul Mackerras <paulus@samba.org>
Sun, 18 Sep 2005 23:38:50 +0000 (09:38 +1000)
Made the CHRP/PMAC/PREP config options selectable by the user.
This allows us to build kernels specifically for one of the
platforms thus reducing code size.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/Kconfig

index 776941c756729510a48f9c4473df0f5315495315..96b574c0e44a51353a251ef0906a74acf4ca67d1 100644 (file)
@@ -747,12 +747,13 @@ config CPM2
          on it (826x, 827x, 8560).
 
 config PPC_CHRP
+       bool "  Common Hardware Reference Platform (CHRP) based machines"
        bool
        depends on PPC_MULTIPLATFORM
        default y
 
 config PPC_PMAC
-       bool
+       bool "  Apple PowerMac based machines"
        depends on PPC_MULTIPLATFORM
        default y
 
@@ -762,6 +763,7 @@ config PPC_PMAC64
        default y
 
 config PPC_PREP
+       bool "  PowerPC Reference Platform (PREP) based machines"
        bool
        depends on PPC_MULTIPLATFORM
        default y