[PATCH][UPDATE] ppc32: Allow user to individual select CHRP/PMAC/PREP config
Kumar Gala
galak at freescale.com
Mon Sep 19 12:33:18 EST 2005
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 at freescale.com>
---
commit f827bdb6363b826d34ede1790d37dd27c28d19b5
tree 40219a80fd22a02f292b5366d6209f3f57aa1c6c
parent 6c0741fbdee5bd0f8ed13ac287c4ab18e8ba7d83
author Kumar K. Gala <kumar.gala at freescale.com> Sun, 18 Sep 2005 21:31:54 -0500
committer Kumar K. Gala <kumar.gala at freescale.com> Sun, 18 Sep 2005 21:31:54 -0500
arch/ppc/Kconfig | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -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
@@ -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
More information about the Linuxppc-dev
mailing list