2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-07-31 12:28:17 +04:00
|
|
|
#
|
|
|
|
# VME configuration.
|
|
|
|
#
|
|
|
|
|
2009-09-11 20:51:31 +04:00
|
|
|
menuconfig VME_BUS
|
2013-12-09 19:54:42 +04:00
|
|
|
bool "VME bridge support"
|
2009-07-31 12:28:17 +04:00
|
|
|
depends on PCI
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2009-07-31 12:28:17 +04:00
|
|
|
If you say Y here you get support for the VME bridge Framework.
|
|
|
|
|
2009-09-11 20:51:31 +04:00
|
|
|
if VME_BUS
|
2009-07-31 12:28:17 +04:00
|
|
|
|
2012-04-26 23:34:58 +04:00
|
|
|
source "drivers/vme/bridges/Kconfig"
|
2009-07-31 12:28:17 +04:00
|
|
|
|
2012-04-26 23:34:58 +04:00
|
|
|
source "drivers/vme/boards/Kconfig"
|
2009-07-31 12:28:17 +04:00
|
|
|
|
2012-04-26 23:34:58 +04:00
|
|
|
source "drivers/staging/vme/devices/Kconfig"
|
2010-02-16 17:41:51 +03:00
|
|
|
|
2009-07-31 12:28:17 +04:00
|
|
|
endif # VME
|