[PATCH] ppc32: Put CPM1 config option

Pantelis Antoniou pantelis.antoniou at gmail.com
Fri Nov 4 05:39:26 EST 2005


Kconfig patch needed by fs_enet to work.
Works like CONFIG_CPM2.

diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -746,7 +746,17 @@ config MPC834x
 	bool
 	default y if MPC834x_SYS
 
+config CPM1
+	bool
+	depends on 8xx
+	default y
+	help
+	  The CPM1 (Communications Processor Module) is a coprocessor on
+	  embedded CPUs made by Motorola.  Selecting this option means that
+	  you wish to build a kernel for a machine with a CPM1 coprocessor
+	  on it (8xx, 827x, 8560).
+
 config CPM2
 	bool
 	depends on 8260 || MPC8560 || MPC8555
 config PPC_GEN550



More information about the Linuxppc-embedded mailing list