Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 1 | # |
2 | # QE Communication options | ||||
3 | # | ||||
4 | |||||
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 5 | config UCC_SLOW |
Timur Tabi | 7d776cb | 2007-03-12 15:40:27 -0500 | [diff] [blame] | 6 | bool |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 7 | default y if SERIAL_QE |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 8 | help |
9 | This option provides qe_lib support to UCC slow | ||||
10 | protocols: UART, BISYNC, QMC | ||||
11 | |||||
12 | config UCC_FAST | ||||
Timur Tabi | 7d776cb | 2007-03-12 15:40:27 -0500 | [diff] [blame] | 13 | bool |
Timur Tabi | 90c615b | 2007-05-23 07:23:55 -0500 | [diff] [blame] | 14 | default y if UCC_GETH |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 15 | help |
16 | This option provides qe_lib support to UCC fast | ||||
17 | protocols: HDLC, Ethernet, ATM, transparent | ||||
18 | |||||
19 | config UCC | ||||
20 | bool | ||||
21 | default y if UCC_FAST || UCC_SLOW | ||||
22 | |||||
Anton Vorontsov | 5e41486 | 2008-05-23 20:38:56 +0400 | [diff] [blame] | 23 | config QE_USB |
24 | bool | ||||
Kumar Gala | 22aebe6 | 2013-03-15 11:14:15 -0500 | [diff] [blame] | 25 | default y if USB_FSL_QE |
Anton Vorontsov | 5e41486 | 2008-05-23 20:38:56 +0400 | [diff] [blame] | 26 | help |
Anton Vorontsov | 068e8c9 | 2008-11-08 20:52:54 +0300 | [diff] [blame] | 27 | QE USB Controller support |