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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"

+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
#
obj-$(CONFIG_VME)		+= vme.o

#obj-y				+= bridges/
obj-y				+= bridges/
obj-y				+= devices/
+8 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
obj-$(CONFIG_VME_CA91CX42)	+= vme_ca91cx42.o
+1811 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading