diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-18 14:02:03 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-18 19:38:50 -0400 |
commit | df0d3cecc4bd03ea911d7c3302510984388c8a76 (patch) | |
tree | b4299b8f5c7b40ebd57adab5a97e169aed81c65d /arch/ppc/Kconfig | |
parent | fbcd54b1e67ffa27f2b2ce087ee300138828d730 (diff) |
[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: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 776941c75672..96b574c0e44a 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -747,12 +747,13 @@ config CPM2 | |||
747 | on it (826x, 827x, 8560). | 747 | on it (826x, 827x, 8560). |
748 | 748 | ||
749 | config PPC_CHRP | 749 | config PPC_CHRP |
750 | bool " Common Hardware Reference Platform (CHRP) based machines" | ||
750 | bool | 751 | bool |
751 | depends on PPC_MULTIPLATFORM | 752 | depends on PPC_MULTIPLATFORM |
752 | default y | 753 | default y |
753 | 754 | ||
754 | config PPC_PMAC | 755 | config PPC_PMAC |
755 | bool | 756 | bool " Apple PowerMac based machines" |
756 | depends on PPC_MULTIPLATFORM | 757 | depends on PPC_MULTIPLATFORM |
757 | default y | 758 | default y |
758 | 759 | ||
@@ -762,6 +763,7 @@ config PPC_PMAC64 | |||
762 | default y | 763 | default y |
763 | 764 | ||
764 | config PPC_PREP | 765 | config PPC_PREP |
766 | bool " PowerPC Reference Platform (PREP) based machines" | ||
765 | bool | 767 | bool |
766 | depends on PPC_MULTIPLATFORM | 768 | depends on PPC_MULTIPLATFORM |
767 | default y | 769 | default y |