Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162334
b: refs/heads/master
c: a17a75e
h: refs/heads/master
v: v3
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent c1af01d commit 8aa4759
Show file tree
Hide file tree
Showing 8 changed files with 1,801 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03cd7136d68b4877a9e1793d31cab38fdcb67434
refs/heads/master: a17a75e2666f7175baac838bc4b6d11324dca3ef
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,7 @@ source "drivers/staging/udlfb/Kconfig"

source "drivers/staging/hv/Kconfig"

source "drivers/staging/vme/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ obj-$(CONFIG_USB_CPC) += cpc-usb/
obj-$(CONFIG_RDC_17F3101X) += pata_rdc/
obj-$(CONFIG_FB_UDL) += udlfb/
obj-$(CONFIG_HYPERV) += hv/
obj-$(CONFIG_VME) += vme/
17 changes: 17 additions & 0 deletions trunk/drivers/staging/vme/Kconfig
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
7 changes: 7 additions & 0 deletions trunk/drivers/staging/vme/Makefile
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/
Loading

0 comments on commit 8aa4759

Please sign in to comment.