Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...
[linux-drm-fsl-dcu.git] / 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