From: Pantelis Antoniou Date: Mon, 7 Nov 2005 08:58:17 +0000 (-0800) Subject: [PATCH] ppc32: Add CPM1 config option X-Git-Tag: v2.6.15-rc1~684 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de672e4ade25502c28486da005be3eb79534017d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [PATCH] ppc32: Add CPM1 config option Kconfig patch needed by fs_enet to work. Works like CONFIG_CPM2. Cc: Kumar Cc: Benjamin Herrenschmidt Cc: Matt Porter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 114b90f..f8db33d 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -746,6 +746,16 @@ 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