Kconfig 888 字节
Newer Older
1 2 3 4
#
# QE Communication options
#

5
config QUICC_ENGINE
L
Li Yang 已提交
6
	bool "QUICC Engine (QE) framework support"
7 8 9 10 11 12 13 14 15
	depends on FSL_SOC && PPC32
	select GENERIC_ALLOCATOR
	select CRC32
	help
	  The QUICC Engine (QE) is a new generation of communications
	  coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
	  Selecting this option means that you wish to build a kernel
	  for a machine with a QE coprocessor.

16
config UCC_SLOW
17
	bool
18
	default y if SERIAL_QE
19 20 21 22 23
	help
	  This option provides qe_lib support to UCC slow
	  protocols: UART, BISYNC, QMC

config UCC_FAST
24
	bool
Z
Zhao Qiang 已提交
25
	default y if UCC_GETH || QE_TDM
26 27 28 29 30 31 32 33
	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

Z
Zhao Qiang 已提交
34 35 36 37
config QE_TDM
	bool
	default y if FSL_UCC_HDLC

38 39
config QE_USB
	bool
40
	default y if USB_FSL_QE
41
	help
42
	  QE USB Controller support