]>
Commit | Line | Data |
---|---|---|
a17a75e2 MW |
1 | # |
2 | # VME configuration. | |
3 | # | |
4 | ||
51be9796 | 5 | menuconfig VME_BUS |
c326cc02 | 6 | bool "VME bridge support" |
a17a75e2 MW |
7 | depends on PCI |
8 | ---help--- | |
9 | If you say Y here you get support for the VME bridge Framework. | |
10 | ||
51be9796 | 11 | if VME_BUS |
a17a75e2 | 12 | |
db3b9e99 | 13 | source "drivers/vme/bridges/Kconfig" |
f00a86d9 | 14 | |
db3b9e99 | 15 | source "drivers/vme/boards/Kconfig" |
a17a75e2 | 16 | |
db3b9e99 | 17 | source "drivers/staging/vme/devices/Kconfig" |
3c2aabc4 | 18 | |
a17a75e2 | 19 | endif # VME |