Blame view

kernel/linux-rt-4.4.41/arch/powerpc/sysdev/qe_lib/Kconfig 451 Bytes
5113f6f70   김현기   kernel add
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
  #
  # QE Communication options
  #
  
  config UCC_SLOW
  	bool
  	default y if SERIAL_QE
  	help
  	  This option provides qe_lib support to UCC slow
  	  protocols: UART, BISYNC, QMC
  
  config UCC_FAST
  	bool
  	default y if UCC_GETH
  	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
  
  config QE_USB
  	bool
  	default y if USB_FSL_QE
  	help
  	  QE USB Controller support