repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[SCSI] qla1280: convert to use the data buffer accessors
[linux-2.6/verdex.git]
/
arch
/
powerpc
/
sysdev
/
qe_lib
/
Kconfig
blob
f611d344a126e5dc05dd6a913859b5a97d486abc
1
#
2
# QE Communication options
3
#
4
5
config UCC_SLOW
6
bool
7
default n
8
help
9
This option provides qe_lib support to UCC slow
10
protocols: UART, BISYNC, QMC
11
12
config 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
19
config UCC
20
bool
21
default y if UCC_FAST || UCC_SLOW
22