summaryrefslogtreecommitdiffstats
path: root/drivers/vme/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vme/Kconfig')
-rw-r--r--drivers/vme/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/vme/Kconfig b/drivers/vme/Kconfig
deleted file mode 100644
index c13dd9d2a604..000000000000
--- a/drivers/vme/Kconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-#
-# VME configuration.
-#
-
-menuconfig VME_BUS
- bool "VME bridge support"
- depends on PCI
- help
- If you say Y here you get support for the VME bridge Framework.
-
-if VME_BUS
-
-source "drivers/vme/bridges/Kconfig"
-
-source "drivers/vme/boards/Kconfig"
-
-endif # VME