commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
25 lines
628 B
Plaintext
25 lines
628 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
comment "VME Bridge Drivers"
|
|
|
|
config VME_CA91CX42
|
|
tristate "Universe II"
|
|
depends on VIRT_TO_BUS
|
|
help
|
|
If you say Y here you get support for the Tundra CA91C142
|
|
(Universe II) VME bridge chip.
|
|
|
|
config VME_TSI148
|
|
tristate "Tempe"
|
|
depends on HAS_DMA
|
|
help
|
|
If you say Y here you get support for the Tundra TSI148 VME bridge
|
|
chip.
|
|
|
|
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).
|