Blame view

drivers/vlynq/Kconfig 445 Bytes
55e331cf7   Florian Fainelli   drivers: add supp...
1
  menu "TI VLYNQ"
7db82437c   Wolfram Sang   vlynq: make whole...
2
  	depends on AR7 && EXPERIMENTAL
55e331cf7   Florian Fainelli   drivers: add supp...
3
4
5
  
  config VLYNQ
  	bool "TI VLYNQ bus support"
55e331cf7   Florian Fainelli   drivers: add supp...
6
7
8
9
10
11
12
13
14
15
  	help
  	  Support for Texas Instruments(R) VLYNQ bus.
  	  The VLYNQ bus is a high-speed, serial and packetized
  	  data bus which allows external peripherals of a SoC
  	  to appear into the system's main memory.
  
  	  If unsure, say N
  
  config VLYNQ_DEBUG
  	bool "VLYNQ bus debug"
efc0cfa6d   Florian Fainelli   vlynq: fix typo i...
16
  	depends on VLYNQ && DEBUG_KERNEL
55e331cf7   Florian Fainelli   drivers: add supp...
17
18
19
20
  	help
  	  Turn on VLYNQ bus debugging.
  
  endmenu