Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Kumar Gala and committed by
Paul Mackerras
da0825fd 61b1a942

+3 -3
+3 -3
arch/ppc/Kconfig
··· 747 747 on it (826x, 827x, 8560). 748 748 749 749 config PPC_CHRP 750 - bool 750 + bool " Common Hardware Reference Platform (CHRP) based machines" 751 751 depends on PPC_MULTIPLATFORM 752 752 default y 753 753 754 754 config PPC_PMAC 755 - bool 755 + bool " Apple PowerMac based machines" 756 756 depends on PPC_MULTIPLATFORM 757 757 default y 758 758 ··· 762 762 default y 763 763 764 764 config PPC_PREP 765 - bool 765 + bool " PowerPC Reference Platform (PReP) based machines" 766 766 depends on PPC_MULTIPLATFORM 767 767 default y 768 768