https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a750ddfd32b3e7baaffa3cc9ea661c35acbbc3aa authored by Jason Self on 07 November 2011, 22:19:15 UTC
Linux-libre 2.6.33.20-gnu1
Tip revision: a750ddf
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