From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) by ozlabs.org (Postfix) with ESMTP id 65C8FDDD05 for ; Thu, 15 Mar 2007 06:36:16 +1100 (EST) Message-ID: <45F84EA0.2080405@freescale.com> Date: Wed, 14 Mar 2007 14:36:00 -0500 From: Timur Tabi MIME-Version: 1.0 To: Kim Phillips Subject: Re: [PATCH][POWERPC] QE: Make QUICC Engine support a configurable option References: <20070314133738.3139d062.kim.phillips@freescale.com> In-Reply-To: <20070314133738.3139d062.kim.phillips@freescale.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kim Phillips wrote: > On Wed, 14 Mar 2007 13:15:05 -0500 (CDT) > Kumar Gala 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