Kim Phillips wrote:
On Wed, 14 Mar 2007 13:15:05 -0500 (CDT)
Kumar Gala [off-list ref] wrote:
quoted
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