linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Pantelis Antoniou <pantelis.antoniou@gmail.com>
To: akpm@osdl.org
Cc: Kumar <kumar.gala@freescale.com>,
	Dan Malek <dan@embeddedalley.com>,
	Gala, linuxppc-embedded@ozlabs.org,
	Jeff Garzik <jgarzik@pobox.com>
Subject: [PATCH] ppc32: Put CPM1 config option
Date: Thu, 3 Nov 2005 20:39:26 +0200	[thread overview]
Message-ID: <200511032039.27395.pantelis.antoniou@gmail.com> (raw)

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

             reply	other threads:[~2005-11-03 18:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-03 18:39 Pantelis Antoniou [this message]
2005-11-04 10:33 ` [PATCH] ppc32: Put CPM1 config option David Jander
2005-11-04 10:29   ` Pantelis Antoniou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200511032039.27395.pantelis.antoniou@gmail.com \
    --to=pantelis.antoniou@gmail.com \
    --cc=akpm@osdl.org \
    --cc=dan@embeddedalley.com \
    --cc=jgarzik@pobox.com \
    --cc=kumar.gala@freescale.com \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).