https://jxself.org/git/linux-libre.git
Raw File
Tip revision: db44bf1185ce843a9d8f32c4a26b065687ca38b4 authored by Jason Self on 24 September 2009, 15:45:37 UTC
Linux-libre 2.6.31.1-gnu1
Tip revision: db44bf1
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