From: Kumar Gala <galak@kernel.crashing.org>
To: Timur Tabi <timur@freescale.com>
Cc: linuxppc-dev@ozlabs.org,
Phillips Kim-R1AAHA <Kim.Phillips@freescale.com>
Subject: Re: [PATCH][POWERPC] QE: Make QUICC Engine support a configurableoption
Date: Thu, 15 Mar 2007 10:07:31 -0500 (CDT) [thread overview]
Message-ID: <Pine.LNX.4.64.0703151006110.28961@localhost.localdomain> (raw)
In-Reply-To: <45F94472.6010803@freescale.com>
Here's the new patch, we will add in the 85xx version once 8568 is
functional.
- k
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 5e1ac10..ae181d3 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -396,11 +396,7 @@ endchoice
config QUICC_ENGINE
bool
- help
- The QUICC Engine (QE) is a new generation of communications
- coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
- Selecting this option means that you wish to build a kernel
- for a machine with a QE coprocessor.
+ default n
config PPC_PSERIES
depends on PPC_MULTIPLATFORM && PPC64
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 713b31a..9e0f457 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -14,7 +14,6 @@ config MPC8313_RDB
config MPC832x_MDS
bool "Freescale MPC832x MDS"
select DEFAULT_UIMAGE
- select QUICC_ENGINE
help
This option enables support for the MPC832x MDS evaluation board.
@@ -41,12 +40,22 @@ config MPC834x_ITX
config MPC836x_MDS
bool "Freescale MPC836x MDS"
select DEFAULT_UIMAGE
- select QUICC_ENGINE
help
This option enables support for the MPC836x MDS Processor Board.
endchoice
+config QUICC_ENGINE_83xx
+ bool "QUICC Engine Support"
+ select QUICC_ENGINE
+ depends on PPC_MPC836x || PPC_MPC832x
+ default y
+ ---help---
+ The QUICC Engine (QE) is a new generation of communications
+ coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
+ Selecting this option means that you wish to build a kernel
+ for a machine with a QE coprocessor.
+
config PPC_MPC831x
bool
select PPC_UDBG_16550
next prev parent reply other threads:[~2007-03-15 15:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-14 18:15 [PATCH][POWERPC] QE: Make QUICC Engine support a configurable option Kumar Gala
2007-03-14 18:37 ` Kim Phillips
2007-03-14 19:36 ` Timur Tabi
2007-03-15 3:02 ` [PATCH][POWERPC] QE: Make QUICC Engine support a configurableoption Li Yang-r58472
2007-03-15 3:49 ` Kumar Gala
2007-03-15 5:39 ` Li Yang-r58472
2007-03-15 5:40 ` Kumar Gala
2007-03-15 6:29 ` Li Yang-r58472
2007-03-15 13:04 ` Timur Tabi
2007-03-15 15:07 ` Kumar Gala [this message]
2007-03-15 16:47 ` Scott Wood
2007-03-15 16:51 ` Timur Tabi
2007-03-16 19:21 ` Timur Tabi
2007-03-16 19:44 ` Kumar Gala
2007-03-16 20:16 ` Timur Tabi
2007-03-16 19:47 ` Timur Tabi
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=Pine.LNX.4.64.0703151006110.28961@localhost.localdomain \
--to=galak@kernel.crashing.org \
--cc=Kim.Phillips@freescale.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=timur@freescale.com \
/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).