Kconfig (a0e199ecf93575cc9314a7b7a555594ee346f786) | Kconfig (d205c06a326e435057c807bf1e962327de53bb52) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QE Communication options 4# 5 6config QUICC_ENGINE 7 bool "QUICC Engine (QE) framework support" 8 depends on OF && HAS_IOMEM --- 34 unchanged lines hidden (view full) --- 43 controller. 44 45 This option enables support for this 46 controller 47 48config CPM_QMC 49 tristate "CPM/QE QMC support" 50 depends on OF && HAS_IOMEM | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QE Communication options 4# 5 6config QUICC_ENGINE 7 bool "QUICC Engine (QE) framework support" 8 depends on OF && HAS_IOMEM --- 34 unchanged lines hidden (view full) --- 43 controller. 44 45 This option enables support for this 46 controller 47 48config CPM_QMC 49 tristate "CPM/QE QMC support" 50 depends on OF && HAS_IOMEM |
51 depends on CPM1 || QUICC_ENGINE || \ 52 (FSL_SOC && (CPM || QUICC_ENGINE) && COMPILE_TEST) | 51 depends on FSL_SOC |
53 depends on CPM_TSA 54 help 55 Freescale CPM/QE QUICC Multichannel Controller 56 (QMC) 57 58 This option enables support for this 59 controller 60 61config QE_TDM 62 bool 63 default y if FSL_UCC_HDLC 64 65config QE_USB 66 bool 67 depends on QUICC_ENGINE 68 default y if USB_FSL_QE 69 help 70 QE USB Controller support | 52 depends on CPM_TSA 53 help 54 Freescale CPM/QE QUICC Multichannel Controller 55 (QMC) 56 57 This option enables support for this 58 controller 59 60config QE_TDM 61 bool 62 default y if FSL_UCC_HDLC 63 64config QE_USB 65 bool 66 depends on QUICC_ENGINE 67 default y if USB_FSL_QE 68 help 69 QE USB Controller support |