diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-07-31 09:28:17 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:09 -0700 |
commit | a17a75e2666f7175baac838bc4b6d11324dca3ef (patch) | |
tree | 06eb3516ceb5765cd5575e5820ef35d789f02560 /drivers/staging/vme/Kconfig | |
parent | 03cd7136d68b4877a9e1793d31cab38fdcb67434 (diff) |
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/Kconfig | 17 |
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 |