-
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 Framework for the Linux Kernel
This framework aims to colelese, extend and improve the VME Linux drivers found at vmelinux.org, universe2.sourceforge.net and openfmi.net/frs/?group_id=144. The last 2 drivers appear to be forks of the original code found at vmelinux.org though have extended the codebase. 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
03cd713
commit a17a75e
Showing
7 changed files
with
1,800 additions
and
0 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
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,17 @@ | ||
# | ||
# VME configuration. | ||
# | ||
|
||
menuconfig VME | ||
tristate "VME bridge support" | ||
depends on PCI | ||
---help--- | ||
If you say Y here you get support for the VME bridge Framework. | ||
|
||
if VME | ||
|
||
#source "drivers/staging/vme/bridges/Kconfig" | ||
# | ||
#source "drivers/staging/vme/devices/Kconfig" | ||
|
||
endif # VME |
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,7 @@ | ||
# | ||
# Makefile for the VME bridge device drivers. | ||
# | ||
obj-$(CONFIG_VME) += vme.o | ||
|
||
#obj-y += bridges/ | ||
#obj-y += devices/ |
Oops, something went wrong.