Home
last modified time | relevance | path

Searched hist:"5 a35435ef4e6e4bd2aabd6706b146b298a9cffe5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/soc/fsl/qe/
H A DKconfigdiff 5a35435ef4e6e4bd2aabd6706b146b298a9cffe5 Thu Nov 28 15:55:54 CET 2019 Rasmus Villemoes <linux@rasmusvillemoes.dk> soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

There are also PPC64, ARM and ARM64 based SOCs with a QUICC Engine,
and the core QE code as well as net/wan/fsl_ucc_hdlc and
tty/serial/ucc_uart has now been modified to not rely on ppcisms.

So extend the architectures that can select QUICC_ENGINE, and add the
rather modest requirements of OF && HAS_IOMEM.

The core code as well as the ucc_uart driver has been tested on an
LS1021A (arm), and it has also been tested that the QE code still
works on an mpc8309 (ppc). Qiang Zhao has tested that the QE-HDLC code
that gets enabled with this works on ARM64.

Reviewed-by: Timur Tabi <timur@kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>