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
comment "VME Bridge Drivers"

config CONFIG_VME_CA91CX42
	tristate "Universe II"
	depends on CONFIG_VIRT_TO_BUS
	help
	 If you say Y here you get support for the Tundra CA91C142
	 (Universe II) CONFIG_VME bridge chip.

config CONFIG_VME_TSI148
	tristate "Tempe"
	depends on CONFIG_HAS_DMA
	help
	 If you say Y here you get support for the Tundra TSI148 CONFIG_VME bridge
	 chip.

config CONFIG_VME_FAKE
	tristate "Fake"
	help
	 If you say Y here you get support for the fake CONFIG_VME bridge. This
	 provides a virtualised CONFIG_VME Bus for devices with no CONFIG_VME bridge. This
	 is mainly useful for CONFIG_VME development (in the absence of CONFIG_VME
	 hardware).