Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...
[linux-block.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 8 depends on PCI
a7f7f624 9 help
a17a75e2
MW
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