https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d0bc3d25e9cba7b196c1ed4749b923bdf28e647b authored by Jason Self on 26 May 2010, 21:30:09 UTC
Linux-libre 2.6.32.14-gnu1
Tip revision: d0bc3d2
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