blob: 936392ca3c8cc33f9e6c5fc6bec9d5e75640dfca [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Martyn Welcha17a75e2009-07-31 09:28:17 +01002#
3# VME configuration.
4#
5
Greg Kroah-Hartman51be9792009-09-11 09:51:31 -07006menuconfig VME_BUS
Aaron Sierrac326cc02013-12-09 09:54:42 -06007 bool "VME bridge support"
Martyn Welcha17a75e2009-07-31 09:28:17 +01008 depends on PCI
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09009 help
Martyn Welcha17a75e2009-07-31 09:28:17 +010010 If you say Y here you get support for the VME bridge Framework.
11
Greg Kroah-Hartman51be9792009-09-11 09:51:31 -070012if VME_BUS
Martyn Welcha17a75e2009-07-31 09:28:17 +010013
Greg Kroah-Hartmandb3b9e92012-04-26 12:34:58 -070014source "drivers/vme/bridges/Kconfig"
15
16source "drivers/vme/boards/Kconfig"
Martyn Welchf00a86d2009-07-31 09:28:17 +010017
18source "drivers/staging/vme/devices/Kconfig"
Martyn Welcha17a75e2009-07-31 09:28:17 +010019
Martyn Welcha17a75e2009-07-31 09:28:17 +010020endif # VME