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 |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 7 | default n |
8 | select UCC | ||||
9 | help | ||||
10 | This option provides qe_lib support to UCC slow | ||||
11 | protocols: UART, BISYNC, QMC | ||||
12 | |||||
13 | config UCC_FAST | ||||
Timur Tabi | 7d776cb | 2007-03-12 15:40:27 -0500 | [diff] [blame^] | 14 | bool |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 15 | default n |
16 | select UCC | ||||
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 17 | help |
18 | This option provides qe_lib support to UCC fast | ||||
19 | protocols: HDLC, Ethernet, ATM, transparent | ||||
20 | |||||
21 | config UCC | ||||
22 | bool | ||||
23 | default y if UCC_FAST || UCC_SLOW | ||||
24 |