linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Timur Tabi <timur@freescale.com>
To: Kim Phillips <kim.phillips@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH][POWERPC] QE: Make QUICC Engine support a configurable option
Date: Wed, 14 Mar 2007 14:36:00 -0500	[thread overview]
Message-ID: <45F84EA0.2080405@freescale.com> (raw)
In-Reply-To: <20070314133738.3139d062.kim.phillips@freescale.com>

Kim Phillips wrote:
> On Wed, 14 Mar 2007 13:15:05 -0500 (CDT)
> Kumar Gala <galak@kernel.crashing.org> wrote:
> 
>>  arch/powerpc/Kconfig                |    8 --------
>>  arch/powerpc/platforms/83xx/Kconfig |   12 ++++++++++--
>>  2 files changed, 10 insertions(+), 10 deletions(-)
> 
> What about 85xx QE support?

Kumar and I talked about it.  85xx support will be added when QE works on 85xx.  However, 
the patch still needs changes.  To allow each CPU family to have its own QE option, we'll 
need to define something like QUICC_ENGINE_83xx and QUICC_ENGINE_85xx, and then have 
something like this:

config QUICC_ENGINE
	bool
	default y if QUICC_ENGINE_83xx || QUICC_ENGINE_85xx

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

  reply	other threads:[~2007-03-14 19:36 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 [this message]
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=45F84EA0.2080405@freescale.com \
    --to=timur@freescale.com \
    --cc=kim.phillips@freescale.com \
    --cc=linuxppc-dev@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).