Kconfig (cdd5b5a9761fd66d17586e4f4ba6588c70e640ea) | Kconfig (7ac947021d9d002d207ba9c376b4fe498926ea8d) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26 bool 27 default y if UCC_GETH || QE_TDM 28 help 29 This option provides qe_lib support to UCC fast 30 protocols: HDLC, Ethernet, ATM, transparent 31 32config UCC 33 bool | 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 --- 17 unchanged lines hidden (view full) --- 26 bool 27 default y if UCC_GETH || QE_TDM 28 help 29 This option provides qe_lib support to UCC fast 30 protocols: HDLC, Ethernet, ATM, transparent 31 32config UCC 33 bool |
34 default y if UCC_FAST || UCC_SLOW | 34 default y if UCC_FAST || UCC_SLOW || (CPM_TSA && QUICC_ENGINE) |
35 36config CPM_TSA | 35 36config CPM_TSA |
37 tristate "CPM TSA support" | 37 tristate "CPM/QE TSA support" |
38 depends on OF && HAS_IOMEM | 38 depends on OF && HAS_IOMEM |
39 depends on CPM1 || (CPM && COMPILE_TEST) | 39 depends on CPM1 || QUICC_ENGINE || \ 40 ((CPM || QUICC_ENGINE) && COMPILE_TEST) |
40 help | 41 help |
41 Freescale CPM Time Slot Assigner (TSA) | 42 Freescale CPM/QE Time Slot Assigner (TSA) |
42 controller. 43 44 This option enables support for this 45 controller 46 47config CPM_QMC 48 tristate "CPM QMC support" 49 depends on OF && HAS_IOMEM --- 19 unchanged lines hidden --- | 43 controller. 44 45 This option enables support for this 46 controller 47 48config CPM_QMC 49 tristate "CPM QMC support" 50 depends on OF && HAS_IOMEM --- 19 unchanged lines hidden --- |