2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-07-31 15:28:17 +07:00
|
|
|
comment "VME Bridge Drivers"
|
|
|
|
|
|
|
|
config VME_CA91CX42
|
2009-08-27 23:00:40 +07:00
|
|
|
tristate "Universe II"
|
2010-02-18 22:13:25 +07:00
|
|
|
depends on VIRT_TO_BUS
|
2009-07-31 15:28:17 +07:00
|
|
|
help
|
2009-08-27 23:00:40 +07:00
|
|
|
If you say Y here you get support for the Tundra CA91C142
|
|
|
|
(Universe II) VME bridge chip.
|
2009-07-31 15:28:17 +07:00
|
|
|
|
|
|
|
config VME_TSI148
|
|
|
|
tristate "Tempe"
|
2015-05-28 19:07:12 +07:00
|
|
|
depends on HAS_DMA
|
2009-07-31 15:28:17 +07:00
|
|
|
help
|
|
|
|
If you say Y here you get support for the Tundra TSI148 VME bridge
|
|
|
|
chip.
|
2016-07-08 01:51:52 +07:00
|
|
|
|
|
|
|
config VME_FAKE
|
|
|
|
tristate "Fake"
|
|
|
|
help
|
|
|
|
If you say Y here you get support for the fake VME bridge. This
|
|
|
|
provides a virtualised VME Bus for devices with no VME bridge. This
|
|
|
|
is mainly useful for VME development (in the absence of VME
|
|
|
|
hardware).
|