]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/vme/Kconfig
Staging: VME: move VME drivers out of staging
[karo-tx-linux.git] / drivers / vme / Kconfig
diff --git a/drivers/vme/Kconfig b/drivers/vme/Kconfig
new file mode 100644 (file)
index 0000000..c5c2246
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# VME configuration.
+#
+
+menuconfig VME_BUS
+       tristate "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"
+
+source "drivers/staging/vme/devices/Kconfig"
+
+endif # VME