]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/vme/Kconfig
Merge tag 'gvt-fixes-2020-02-26' of https://github.com/intel/gvt-linux into drm-intel...
[mirror_ubuntu-jammy-kernel.git] / drivers / vme / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a17a75e2
MW
2#
3# VME configuration.
4#
5
51be9796 6menuconfig VME_BUS
c326cc02 7 bool "VME bridge support"
a17a75e2
MW
8 depends on PCI
9 ---help---
10 If you say Y here you get support for the VME bridge Framework.
11
51be9796 12if VME_BUS
a17a75e2 13
db3b9e99 14source "drivers/vme/bridges/Kconfig"
f00a86d9 15
db3b9e99 16source "drivers/vme/boards/Kconfig"
a17a75e2 17
db3b9e99 18source "drivers/staging/vme/devices/Kconfig"
3c2aabc4 19
a17a75e2 20endif # VME