]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/vme/bridges/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / vme / bridges / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
60479690
MW
2comment "VME Bridge Drivers"
3
4config VME_CA91CX42
3d0f8bc7 5 tristate "Universe II"
4860ab74 6 depends on VIRT_TO_BUS
60479690 7 help
3d0f8bc7
MW
8 If you say Y here you get support for the Tundra CA91C142
9 (Universe II) VME bridge chip.
d22b8ed9
MW
10
11config VME_TSI148
12 tristate "Tempe"
5c104398 13 depends on HAS_DMA
d22b8ed9
MW
14 help
15 If you say Y here you get support for the Tundra TSI148 VME bridge
16 chip.
658bcdae
MW
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).