]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
a17a75e2 MW |
2 | # |
3 | # VME configuration. | |
4 | # | |
5 | ||
51be9796 | 6 | menuconfig 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 | 12 | if VME_BUS |
a17a75e2 | 13 | |
db3b9e99 | 14 | source "drivers/vme/bridges/Kconfig" |
f00a86d9 | 15 | |
db3b9e99 | 16 | source "drivers/vme/boards/Kconfig" |
a17a75e2 | 17 | |
db3b9e99 | 18 | source "drivers/staging/vme/devices/Kconfig" |
3c2aabc4 | 19 | |
a17a75e2 | 20 | endif # VME |