Commit 60479690 authored by Martyn Welch's avatar Martyn Welch Committed by Greg Kroah-Hartman

Staging: vme: add Universe I/II bridge driver

Currently this code doesn't compile, so it is disabled.

That should be fixed up...
Signed-off-by: default avatarMartyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f00a86d9
......@@ -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"
......
......@@ -3,5 +3,5 @@
#
obj-$(CONFIG_VME) += vme.o
#obj-y += bridges/
obj-y += bridges/
obj-y += devices/
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.
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment