-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 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
Showing
6 changed files
with
2,225 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
# | ||
obj-$(CONFIG_VME) += vme.o | ||
|
||
#obj-y += bridges/ | ||
obj-y += bridges/ | ||
obj-y += devices/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o |
Oops, something went wrong.