https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8e36ff1c0f2fdab843ebcdb3c6d1ba976ba1e273 authored by Jason Self on 06 January 2012, 23:40:14 UTC
Linux-libre 2.6.32.53-gnu1
Tip revision: 8e36ff1
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