Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df0d3cec authored by Kumar Gala's avatar Kumar Gala Committed by Paul Mackerras
Browse files

[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config



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: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent fbcd54b1
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -747,12 +747,13 @@ config CPM2
	  on it (826x, 827x, 8560).
	  on it (826x, 827x, 8560).


config PPC_CHRP
config PPC_CHRP
	bool "  Common Hardware Reference Platform (CHRP) based machines"
	bool
	bool
	depends on PPC_MULTIPLATFORM
	depends on PPC_MULTIPLATFORM
	default y
	default y


config PPC_PMAC
config PPC_PMAC
	bool
	bool "  Apple PowerMac based machines"
	depends on PPC_MULTIPLATFORM
	depends on PPC_MULTIPLATFORM
	default y
	default y


@@ -762,6 +763,7 @@ config PPC_PMAC64
	default y
	default y


config PPC_PREP
config PPC_PREP
	bool "  PowerPC Reference Platform (PREP) based machines"
	bool
	bool
	depends on PPC_MULTIPLATFORM
	depends on PPC_MULTIPLATFORM
	default y
	default y