# SPDX-License-Identifier: GPL-2.0-only # # QE Communication options # config [31mCONFIG_QUICC_ENGINE[0m bool "QUICC Engine (QE) framework support" depends on [31mCONFIG_FSL_SOC[0m && [31mCONFIG_PPC32[0m select [31mCONFIG_GENERIC_ALLOCATOR[0m select [31mCONFIG_CRC32[0m help The QUICC Engine (QE) is a new generation of communications coprocessors on Freescale embedded CPUs (akin to [31mCONFIG_CPM[0m in older chips). Selecting this option means that you wish to build a kernel for a machine with a QE coprocessor. config [31mCONFIG_UCC_SLOW[0m bool default y if [31mCONFIG_SERIAL_QE[0m help This option provides qe_lib support to [31mCONFIG_UCC[0m slow protocols: UART, BISYNC, QMC config [31mCONFIG_UCC_FAST[0m bool default y if [31mCONFIG_UCC_GETH[0m || [31mCONFIG_QE_TDM[0m help This option provides qe_lib support to [31mCONFIG_UCC[0m fast protocols: [31mCONFIG_HDLC[0m, Ethernet, [31mCONFIG_ATM[0m, transparent config [31mCONFIG_UCC[0m bool default y if [31mCONFIG_UCC_FAST[0m || [31mCONFIG_UCC_SLOW[0m config [31mCONFIG_QE_TDM[0m bool default y if [31mCONFIG_FSL_UCC_HDLC[0m config [31mCONFIG_QE_USB[0m bool default y if [31mCONFIG_USB_FSL_QE[0m help QE [31mCONFIG_USB[0m Controller support |