Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # |
2 | # VME configuration. | ||||
3 | # | ||||
4 | |||||
5 | menuconfig VME_BUS | ||||
6 | bool "VME bridge support" | ||||
7 | depends on PCI | ||||
8 | ---help--- | ||||
9 | If you say Y here you get support for the VME bridge Framework. | ||||
10 | |||||
11 | if VME_BUS | ||||
12 | |||||
13 | source "drivers/vme/bridges/Kconfig" | ||||
14 | |||||
15 | source "drivers/vme/boards/Kconfig" | ||||
16 | |||||
17 | source "drivers/staging/vme/devices/Kconfig" | ||||
18 | |||||
19 | endif # VME |