Skip to content

Commit

Permalink
Staging: vme: add Tundra TSI148 VME-PCI Bridge driver
Browse files Browse the repository at this point in the history
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 6047969 commit d22b8ed
Show file tree
Hide file tree
Showing 4 changed files with 4,306 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/staging/vme/bridges/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ config VME_CA91CX42
help
If you say Y here you get support for the Tundra CA91C042 (Universe I)
and CA91C142 (Universe II) VME bridge chips.

config VME_TSI148
tristate "Tempe"
help
If you say Y here you get support for the Tundra TSI148 VME bridge
chip.
1 change: 1 addition & 0 deletions drivers/staging/vme/bridges/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
obj-$(CONFIG_VME_TSI148) += vme_tsi148.o
Loading

0 comments on commit d22b8ed

Please sign in to comment.