• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# QE Communication options
3#
4
5config UCC_SLOW
6	bool
7	default y if SERIAL_QE
8	help
9	  This option provides qe_lib support to UCC slow
10	  protocols: UART, BISYNC, QMC
11
12config UCC_FAST
13	bool
14	default y if UCC_GETH
15	help
16	  This option provides qe_lib support to UCC fast
17	  protocols: HDLC, Ethernet, ATM, transparent
18
19config UCC
20	bool
21	default y if UCC_FAST || UCC_SLOW
22
23config QE_USB
24	bool
25	default y if USB_FSL_QE
26	help
27	  QE USB Controller support
28