Ver Fonte

[PATCH] ppc32: Add CPM1 config option

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

Cc: Kumar <kumar.gala@freescale.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Pantelis Antoniou há 20 anos atrás
pai
commit
de672e4ade
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      arch/ppc/Kconfig

+ 10 - 0
arch/ppc/Kconfig

@@ -746,6 +746,16 @@ config MPC834x
 	bool
 	bool
 	default y if MPC834x_SYS
 	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
 config CPM2
 	bool
 	bool
 	depends on 8260 || MPC8560 || MPC8555
 	depends on 8260 || MPC8560 || MPC8555