Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162335
b: refs/heads/master
c: f00a86d
h: refs/heads/master
i:
  162333: c1af01d
  162331: dcb80c8
  162327: 3aeaa1e
  162319: 3e0d5fe
  162303: dca10f0
v: v3
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 8aa4759 commit c7c521a
Show file tree
Hide file tree
Showing 7 changed files with 831 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a17a75e2666f7175baac838bc4b6d11324dca3ef
refs/heads/master: f00a86d98a1ec3e99d352cda926fab767ba43b1f
4 changes: 2 additions & 2 deletions trunk/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 trunk/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 trunk/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 trunk/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 c7c521a

Please sign in to comment.