Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / vme / bridges / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 comment "VME Bridge Drivers"
3
4 config 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
11 config 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
18 config 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).