diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-18 22:33:18 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 05:21:07 -0400 |
commit | da0825fd201a03294dbf7f8f030676d608da122c (patch) | |
tree | 23f9b907247996ec90a66eace260ef256becad3a /arch/ppc/Kconfig | |
parent | 61b1a94254a2158d053458764a5bd30331d73a54 (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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 776941c75672..f9285210475f 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -747,12 +747,12 @@ 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 | 750 | bool " Common Hardware Reference Platform (CHRP) based machines" |
751 | depends on PPC_MULTIPLATFORM | 751 | depends on PPC_MULTIPLATFORM |
752 | default y | 752 | default y |
753 | 753 | ||
754 | config PPC_PMAC | 754 | config PPC_PMAC |
755 | bool | 755 | bool " Apple PowerMac based machines" |
756 | depends on PPC_MULTIPLATFORM | 756 | depends on PPC_MULTIPLATFORM |
757 | default y | 757 | default y |
758 | 758 | ||
@@ -762,7 +762,7 @@ config PPC_PMAC64 | |||
762 | default y | 762 | default y |
763 | 763 | ||
764 | config PPC_PREP | 764 | config PPC_PREP |
765 | bool | 765 | bool " PowerPC Reference Platform (PReP) based machines" |
766 | depends on PPC_MULTIPLATFORM | 766 | depends on PPC_MULTIPLATFORM |
767 | default y | 767 | default y |
768 | 768 | ||