Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menu "TI VLYNQ"
	depends on CONFIG_AR7

config CONFIG_VLYNQ
	bool "TI VLYNQ bus support"
	help
	  Support for Texas Instruments(R) CONFIG_VLYNQ bus.
	  The CONFIG_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 CONFIG_VLYNQ_DEBUG
	bool "VLYNQ bus debug"
	depends on CONFIG_VLYNQ && CONFIG_DEBUG_KERNEL
	help
	  Turn on CONFIG_VLYNQ bus debugging.

endmenu