1# SPDX-License-Identifier: GPL-2.0-only
2comment "VME Bridge Drivers"
3
4config VME_CA91CX42
5	tristate "Universe II"
6	depends on VIRT_TO_BUS
7	help
8	 If you say Y here you get support for the Tundra CA91C142
9	 (Universe II) VME bridge chip.
10
11config VME_TSI148
12	tristate "Tempe"
13	depends on HAS_DMA
14	help
15	 If you say Y here you get support for the Tundra TSI148 VME bridge
16	 chip.
17
18config VME_FAKE
19	tristate "Fake"
20	help
21	 If you say Y here you get support for the fake VME bridge. This
22	 provides a virtualised VME Bus for devices with no VME bridge. This
23	 is mainly useful for VME development (in the absence of VME
24	 hardware).
25