https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d95a24977c75bbb9b26dcbb6203b7a5eed22f10f authored by Jason Self on 05 December 2015, 23:49:20 UTC
Linux-libre 2.6.32.69-gnu1
Tip revision: d95a249
Kconfig
menu "TI VLYNQ"

config VLYNQ
	bool "TI VLYNQ bus support"
	depends on AR7 && EXPERIMENTAL
	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"
	depends on VLYNQ && DEBUG_KERNEL
	help
	  Turn on VLYNQ bus debugging.

endmenu
back to top