linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc32: Put CPM1 config option
@ 2005-11-03 18:39 Pantelis Antoniou
  2005-11-04 10:33 ` David Jander
  0 siblings, 1 reply; 3+ messages in thread
From: Pantelis Antoniou @ 2005-11-03 18:39 UTC (permalink / raw)
  To: akpm; +Cc: Kumar, Dan Malek, Gala, linuxppc-embedded, Jeff Garzik

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ppc32: Put CPM1 config option
  2005-11-04 10:33 ` David Jander
@ 2005-11-04 10:29   ` Pantelis Antoniou
  0 siblings, 0 replies; 3+ messages in thread
From: Pantelis Antoniou @ 2005-11-04 10:29 UTC (permalink / raw)
  To: David Jander; +Cc: linuxppc-embedded

David Jander wrote:
> On Thursday 03 November 2005 19:39, Pantelis Antoniou wrote:
> 
>>[...]
>>+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).
> 
> 
> Not that the help of a hidden bool is of much importance, but what have the 
> mpc827x and mpc8560 to do with a CPM1? Those are PQ2 processors AFAIK.
> Why does this option have a help anyway?
> 
> Greetings,
> 

Nothing - I was posted in a hurry.
Cut and paste :\

-- Pantelis

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ppc32: Put CPM1 config option
  2005-11-03 18:39 [PATCH] ppc32: Put CPM1 config option Pantelis Antoniou
@ 2005-11-04 10:33 ` David Jander
  2005-11-04 10:29   ` Pantelis Antoniou
  0 siblings, 1 reply; 3+ messages in thread
From: David Jander @ 2005-11-04 10:33 UTC (permalink / raw)
  To: linuxppc-embedded

On Thursday 03 November 2005 19:39, Pantelis Antoniou wrote:
>[...]
> +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).

Not that the help of a hidden bool is of much importance, but what have the 
mpc827x and mpc8560 to do with a CPM1? Those are PQ2 processors AFAIK.
Why does this option have a help anyway?

Greetings,

-- 
David Jander

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-04 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-03 18:39 [PATCH] ppc32: Put CPM1 config option Pantelis Antoniou
2005-11-04 10:33 ` David Jander
2005-11-04 10:29   ` Pantelis Antoniou

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).