Skip to content

Commit

Permalink
Staging: vme: add Universe I/II bridge driver
Browse files Browse the repository at this point in the history
Currently this code doesn't compile, so it is disabled.

That should be fixed up...

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 f00a86d commit 6047969
Show file tree
Hide file tree
Showing 6 changed files with 2,225 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/vme/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ menuconfig VME

if VME

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

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

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

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

config VME_CA91CX42
tristate "Universe I/II"
depends on BROKEN
help
If you say Y here you get support for the Tundra CA91C042 (Universe I)
and CA91C142 (Universe II) VME bridge chips.
1 change: 1 addition & 0 deletions drivers/staging/vme/bridges/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
Loading

0 comments on commit 6047969

Please sign in to comment.