blob: a6a6f955911970a89b14568afbc7bef9a660508c [file] [log] [blame]
Martyn Welcha17a75e2009-07-31 09:28:17 +01001#
2# VME configuration.
3#
4
Greg Kroah-Hartman51be9792009-09-11 09:51:31 -07005menuconfig VME_BUS
Aaron Sierrac326cc02013-12-09 09:54:42 -06006 bool "VME bridge support"
Martyn Welcha17a75e2009-07-31 09:28:17 +01007 depends on PCI
8 ---help---
9 If you say Y here you get support for the VME bridge Framework.
10
Greg Kroah-Hartman51be9792009-09-11 09:51:31 -070011if VME_BUS
Martyn Welcha17a75e2009-07-31 09:28:17 +010012
Greg Kroah-Hartmandb3b9e92012-04-26 12:34:58 -070013source "drivers/vme/bridges/Kconfig"
14
15source "drivers/vme/boards/Kconfig"
Martyn Welchf00a86d2009-07-31 09:28:17 +010016
17source "drivers/staging/vme/devices/Kconfig"
Martyn Welcha17a75e2009-07-31 09:28:17 +010018
Martyn Welcha17a75e2009-07-31 09:28:17 +010019endif # VME