| # SPDX-License-Identifier: GPL-2.0-only |
| # QE Communication options |
| bool "QUICC Engine (QE) framework support" |
| depends on FSL_SOC && PPC32 |
| The QUICC Engine (QE) is a new generation of communications |
| coprocessors on Freescale embedded CPUs (akin to CPM in older chips). |
| Selecting this option means that you wish to build a kernel |
| for a machine with a QE coprocessor. |
| This option provides qe_lib support to UCC slow |
| protocols: UART, BISYNC, QMC |
| default y if UCC_GETH || QE_TDM |
| This option provides qe_lib support to UCC fast |
| protocols: HDLC, Ethernet, ATM, transparent |
| default y if UCC_FAST || UCC_SLOW |
| default y if FSL_UCC_HDLC |
| QE USB Controller support |