Skip to content

Commit

Permalink
Staging: vme: add VME userspace driver
Browse files Browse the repository at this point in the history
Adds a VME userspace access driver

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent a17a75e commit f00a86d
Show file tree
Hide file tree
Showing 6 changed files with 830 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vme/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ menuconfig VME
if VME

#source "drivers/staging/vme/bridges/Kconfig"
#
#source "drivers/staging/vme/devices/Kconfig"

source "drivers/staging/vme/devices/Kconfig"

endif # VME
2 changes: 1 addition & 1 deletion drivers/staging/vme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
obj-$(CONFIG_VME) += vme.o

#obj-y += bridges/
#obj-y += devices/
obj-y += devices/
8 changes: 8 additions & 0 deletions drivers/staging/vme/devices/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
comment "VME Device Drivers"

config VME_USER
tristate "VME user space access driver"
help
If you say Y here you want to be able to access a limited number of
VME windows in a manner at least semi-compatible with the interface
provided with the original driver at http://vmelinux.org/.
5 changes: 5 additions & 0 deletions drivers/staging/vme/devices/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Makefile for the VME device drivers.
#

obj-$(CONFIG_VME_USER) += vme_user.o
Loading

0 comments on commit f00a86d

Please sign in to comment.