blob: f6ddc371540163ae28136e3da4b7c6f82903d092 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001comment "VME Bridge Drivers"
2
3config VME_CA91CX42
4 tristate "Universe II"
5 depends on VIRT_TO_BUS
6 help
7 If you say Y here you get support for the Tundra CA91C142
8 (Universe II) VME bridge chip.
9
10config VME_TSI148
11 tristate "Tempe"
12 depends on HAS_DMA
13 help
14 If you say Y here you get support for the Tundra TSI148 VME bridge
15 chip.
16
17config VME_FAKE
18 tristate "Fake"
19 help
20 If you say Y here you get support for the fake VME bridge. This
21 provides a virtualised VME Bus for devices with no VME bridge. This
22 is mainly useful for VME development (in the absence of VME
23 hardware).