linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Cc: Timur Tabi <timur@freescale.com>
Subject: [PATCH][POWERPC] QE: Make QUICC Engine support a configurable option
Date: Wed, 14 Mar 2007 13:15:05 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0703141314400.18994@localhost.localdomain> (raw)

Allow us choose if we want QE support or not.  This is similiar to what
we do for the CPM2.  Its feasible to use a processor that has QE HW and not
use any of the QE functionality.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

---
commit a554f9b39496127face86d3afc6eb4a9aebef65b
tree f144b3290bc2cc04aa27591f4003f9b9249216f6
parent bfbb5a94dd58d2492d34338419a912440b660132
author Kumar Gala <galak@kernel.crashing.org> Wed, 14 Mar 2007 13:14:02 -0500
committer Kumar Gala <galak@kernel.crashing.org> Wed, 14 Mar 2007 13:14:02 -0500

 arch/powerpc/Kconfig                |    8 --------
 arch/powerpc/platforms/83xx/Kconfig |   12 ++++++++++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 5e1ac10..927f512 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -394,14 +394,6 @@ config APUS
 	  <http://linux-apus.sourceforge.net/>.
 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.
-
 config PPC_PSERIES
 	depends on PPC_MULTIPLATFORM && PPC64
 	bool "IBM pSeries & new (POWER5-based) iSeries"
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 713b31a..745378d 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,21 @@ 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
+	bool "QUICC Engine Support"
+	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

             reply	other threads:[~2007-03-14 18:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-14 18:15 Kumar Gala [this message]
2007-03-14 18:37 ` [PATCH][POWERPC] QE: Make QUICC Engine support a configurable option 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
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.0703141314400.18994@localhost.localdomain \
    --to=galak@kernel.crashing.org \
    --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).