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

5 6 7 8 9 10 11 12 13 14 15
config QUICC_ENGINE
	bool "Freescale QUICC Engine (QE) Support"
	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
25
	default y if UCC_GETH
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

34 35
config QE_USB
	bool
36
	default y if USB_FSL_QE
37
	help
38
	  QE USB Controller support