aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/qe_lib/Kconfig
blob: a725e80befa8ef3644d34641533fa8e1bd7b3497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# QE Communication options
#

menu "QE Options"
	depends on QUICC_ENGINE

config UCC_SLOW
	bool "UCC Slow Protocols Support"
	default n
	select UCC
	help
	  This option provides qe_lib support to UCC slow
	  protocols: UART, BISYNC, QMC

config UCC_FAST
	bool "UCC Fast Protocols Support"
	default n
	select UCC
	select UCC_SLOW
	help
	  This option provides qe_lib support to UCC fast
	  protocols: HDLC, Ethernet, ATM, transparent

config UCC
	bool
	default y if UCC_FAST || UCC_SLOW

endmenu