Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (35ef1c20fdb26779b6c3c4fd74bbdd5028e70005) |
---|---|
1# 2# QE Communication options 3# 4 5config QUICC_ENGINE 6 bool "Freescale QUICC Engine (QE) Support" 7 depends on FSL_SOC && PPC32 8 select GENERIC_ALLOCATOR --- 8 unchanged lines hidden (view full) --- 17 bool 18 default y if SERIAL_QE 19 help 20 This option provides qe_lib support to UCC slow 21 protocols: UART, BISYNC, QMC 22 23config UCC_FAST 24 bool | 1# 2# QE Communication options 3# 4 5config QUICC_ENGINE 6 bool "Freescale QUICC Engine (QE) Support" 7 depends on FSL_SOC && PPC32 8 select GENERIC_ALLOCATOR --- 8 unchanged lines hidden (view full) --- 17 bool 18 default y if SERIAL_QE 19 help 20 This option provides qe_lib support to UCC slow 21 protocols: UART, BISYNC, QMC 22 23config UCC_FAST 24 bool |
25 default y if UCC_GETH | 25 default y if UCC_GETH || QE_TDM |
26 help 27 This option provides qe_lib support to UCC fast 28 protocols: HDLC, Ethernet, ATM, transparent 29 30config UCC 31 bool 32 default y if UCC_FAST || UCC_SLOW 33 | 26 help 27 This option provides qe_lib support to UCC fast 28 protocols: HDLC, Ethernet, ATM, transparent 29 30config UCC 31 bool 32 default y if UCC_FAST || UCC_SLOW 33 |
34config QE_TDM 35 bool 36 default y if FSL_UCC_HDLC 37 |
|
34config QE_USB 35 bool 36 default y if USB_FSL_QE 37 help 38 QE USB Controller support | 38config QE_USB 39 bool 40 default y if USB_FSL_QE 41 help 42 QE USB Controller support |