summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/Kconfig
diff options
context:
space:
mode:
authorMartyn Welch2009-07-31 10:28:17 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:09 +0200
commita17a75e2666f7175baac838bc4b6d11324dca3ef (patch)
tree06eb3516ceb5765cd5575e5820ef35d789f02560 /drivers/staging/vme/Kconfig
parentStaging: vt6655: fix possible Read buffer overflow (diff)
downloadkernel-qcow2-linux-a17a75e2666f7175baac838bc4b6d11324dca3ef.tar.gz
kernel-qcow2-linux-a17a75e2666f7175baac838bc4b6d11324dca3ef.tar.xz
kernel-qcow2-linux-a17a75e2666f7175baac838bc4b6d11324dca3ef.zip
Staging: VME Framework for the Linux Kernel
This framework aims to colelese, extend and improve the VME Linux drivers found at vmelinux.org, universe2.sourceforge.net and openfmi.net/frs/?group_id=144. The last 2 drivers appear to be forks of the original code found at vmelinux.org though have extended the codebase. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/Kconfig')
-rw-r--r--drivers/staging/vme/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/staging/vme/Kconfig b/drivers/staging/vme/Kconfig
new file mode 100644
index 000000000000..ee4c5889562f
--- /dev/null
+++ b/drivers/staging/vme/Kconfig
@@ -0,0 +1,17 @@
+#
+# VME configuration.
+#
+
+menuconfig VME
+ tristate "VME bridge support"
+ depends on PCI
+ ---help---
+ If you say Y here you get support for the VME bridge Framework.
+
+if VME
+
+#source "drivers/staging/vme/bridges/Kconfig"
+#
+#source "drivers/staging/vme/devices/Kconfig"
+
+endif # VME