Skip to content

Commit

Permalink
[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Sep 18, 2005
1 parent fbcd54b commit df0d3ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit df0d3ce

Please sign in to comment.