linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/12] qe_lib: Add QE Kconfig
@ 2006-09-28  8:18 Li Yang
  2006-09-28 13:38 ` Chuck Meade
  0 siblings, 1 reply; 3+ messages in thread
From: Li Yang @ 2006-09-28  8:18 UTC (permalink / raw)
  To: paulus, galak; +Cc: linuxppc-dev

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

---
 arch/powerpc/Kconfig |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 694b0c6..c907792 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -355,6 +355,16 @@ config APUS
 	  <http://linux-apus.sourceforge.net/>.
 endchoice
 
+config QUICC_ENGINE
+	bool
+	depends on MPC836x
+	default y
+	help
+	  The QE(QUICC Engine) is a new generation of coprocessor on 
+	  Freescale embedded CPUs(like CPM  in older chips).  Selecting
+	  this option means that you wish to build a kernel for a machine
+	  with QE coprocessor on it.
+
 config PPC_PSERIES
 	depends on PPC_MULTIPLATFORM && PPC64
 	bool "IBM pSeries & new (POWER5-based) iSeries"
@@ -1047,6 +1057,8 @@ # XXX source "arch/ppc/8xx_io/Kconfig"
 
 # XXX source "arch/ppc/8260_io/Kconfig"
 
+source "arch/powerpc/sysdev/qe_lib/Kconfig"
+
 source "arch/powerpc/platforms/iseries/Kconfig"
 
 source "lib/Kconfig"

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

* RE: [PATCH 1/12] qe_lib: Add QE Kconfig
  2006-09-28  8:18 [PATCH 1/12] qe_lib: Add QE Kconfig Li Yang
@ 2006-09-28 13:38 ` Chuck Meade
  2006-09-28 14:04   ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Meade @ 2006-09-28 13:38 UTC (permalink / raw)
  To: Li Yang, paulus, galak, Chuck Meade (mindspring); +Cc: linuxppc-dev

> Signed-off-by: Li Yang <leoli@freescale.com>
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> 
> ---
>  arch/powerpc/Kconfig |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 694b0c6..c907792 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -355,6 +355,16 @@ config APUS
>  	  <http://linux-apus.sourceforge.net/>.
>  endchoice
>  
> +config QUICC_ENGINE
> +	bool
> +	depends on MPC836x

The QUICC Engine is on chips other than MPC836x, such as the MPC832x:
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC8323E

Why do you want it to depend on MPC836x?
Or do you just plan to change this dependency once 832x support is in
the source tree?

Chuck

> +	default y
> +	help
> +	  The QE(QUICC Engine) is a new generation of coprocessor on 
> +	  Freescale embedded CPUs(like CPM  in older chips).  Selecting
> +	  this option means that you wish to build a kernel for a machine
> +	  with QE coprocessor on it.
> +
>  config PPC_PSERIES
>  	depends on PPC_MULTIPLATFORM && PPC64
>  	bool "IBM pSeries & new (POWER5-based) iSeries"
> @@ -1047,6 +1057,8 @@ # XXX source "arch/ppc/8xx_io/Kconfig"
>  
>  # XXX source "arch/ppc/8260_io/Kconfig"
>  
> +source "arch/powerpc/sysdev/qe_lib/Kconfig"
> +
>  source "arch/powerpc/platforms/iseries/Kconfig"
>  
>  source "lib/Kconfig"

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

* Re: [PATCH 1/12] qe_lib: Add QE Kconfig
  2006-09-28 13:38 ` Chuck Meade
@ 2006-09-28 14:04   ` Kumar Gala
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2006-09-28 14:04 UTC (permalink / raw)
  To: Chuck Meade; +Cc: linuxppc-dev, Li Yang, paulus


On Sep 28, 2006, at 8:38 AM, Chuck Meade wrote:

>> Signed-off-by: Li Yang <leoli@freescale.com>
>> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
>>
>> ---
>>  arch/powerpc/Kconfig |   12 ++++++++++++
>>  1 files changed, 12 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
>> index 694b0c6..c907792 100644
>> --- a/arch/powerpc/Kconfig
>> +++ b/arch/powerpc/Kconfig
>> @@ -355,6 +355,16 @@ config APUS
>>  	  <http://linux-apus.sourceforge.net/>.
>>  endchoice
>>
>> +config QUICC_ENGINE
>> +	bool
>> +	depends on MPC836x
>
> The QUICC Engine is on chips other than MPC836x, such as the MPC832x:
> http://www.freescale.com/webapp/sps/site/prod_summary.jsp? 
> code=MPC8323E
>
> Why do you want it to depend on MPC836x?
> Or do you just plan to change this dependency once 832x support is in
> the source tree?

This will change when there is support for MPC832x, its fairly  
normally to start with the first processor that has the feature and  
than add others as time goes on.

- k

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

end of thread, other threads:[~2006-09-28 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28  8:18 [PATCH 1/12] qe_lib: Add QE Kconfig Li Yang
2006-09-28 13:38 ` Chuck Meade
2006-09-28 14:04   ` Kumar Gala

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