This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / arch / powerpc / sysdev / qe_lib / Kconfig
1 #
2 # QE Communication options
3 #
4
5 menu "QE Options"
6         depends on QUICC_ENGINE
7
8 config UCC_SLOW
9         bool "UCC Slow Protocols Support"
10         default n
11         select UCC
12         help
13           This option provides qe_lib support to UCC slow
14           protocols: UART, BISYNC, QMC
15
16 config UCC_FAST
17         bool "UCC Fast Protocols Support"
18         default n
19         select UCC
20         select UCC_SLOW
21         help
22           This option provides qe_lib support to UCC fast
23           protocols: HDLC, Ethernet, ATM, transparent
24
25 config UCC
26         bool
27         default y if UCC_FAST || UCC_SLOW
28
29 endmenu
30