diff options
author | Paul Mackerras <paulus@samba.org> | 2005-09-21 18:47:00 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 18:47:00 +1000 |
commit | a21ead3239c6a7a1220b45df0a7b537882afff16 (patch) | |
tree | 626a265159b1feed80f72a78b027951d421d64d1 /arch/ppc/Kconfig | |
parent | df0d3cecc4bd03ea911d7c3302510984388c8a76 (diff) |
Revert "[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config"
This reverts df0d3cecc4bd03ea911d7c3302510984388c8a76 commit.
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 96b574c0e44a..776941c75672 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -747,13 +747,12 @@ 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 " Apple PowerMac based machines" + bool depends on PPC_MULTIPLATFORM default y @@ -763,7 +762,6 @@ config PPC_PMAC64 default y config PPC_PREP - bool " PowerPC Reference Platform (PREP) based machines" bool depends on PPC_MULTIPLATFORM default y |