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