[PATCH][POWERPC] QE: Make QUICC Engine support a configurable option

Timur Tabi timur at freescale.com
Thu Mar 15 06:36:00 EST 2007


Kim Phillips wrote:
> On Wed, 14 Mar 2007 13:15:05 -0500 (CDT)
> Kumar Gala <galak at 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



More information about the Linuxppc-dev mailing list