Kconfig (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | Kconfig (1d4ba0b81c1cf2bfc0c55658f53809846ae9de52) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 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 35 | 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 --- 19 unchanged lines hidden (view full) --- 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 35 |
36config CPM_TSA 37 tristate "CPM TSA support" 38 depends on OF && HAS_IOMEM 39 depends on CPM1 || COMPILE_TEST 40 help 41 Freescale CPM Time Slot Assigner (TSA) 42 controller. 43 44 This option enables support for this 45 controller 46 |
|
36config QE_TDM 37 bool 38 default y if FSL_UCC_HDLC 39 40config QE_USB 41 bool 42 default y if USB_FSL_QE 43 help 44 QE USB Controller support | 47config QE_TDM 48 bool 49 default y if FSL_UCC_HDLC 50 51config QE_USB 52 bool 53 default y if USB_FSL_QE 54 help 55 QE USB Controller support |