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 21, 2005
1 parent 61b1a94 commit da0825f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -747,12 +747,12 @@ config CPM2
on it (826x, 827x, 8560).

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

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

Expand All @@ -762,7 +762,7 @@ config PPC_PMAC64
default y

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

Expand Down

0 comments on commit da0825f

Please sign in to comment.