projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'armv7', 'at91', 'misc' and 'omap' into devel
[linux-2.6]
/
arch
/
powerpc
/
sysdev
/
qe_lib
/
Kconfig
1
#
2
# QE Communication options
3
#
4
5
config UCC_SLOW
6
bool
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
14
bool
15
default n
16
select UCC
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