Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162348
b: refs/heads/master
c: 51be979
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 58caef5 commit 477e368
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf39f9a5bdcfdce2e4871cdb8f4219ea5f32f3c8
refs/heads/master: 51be97961fc74de75e9e30a7339804afb77c7b1e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +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/
obj-$(CONFIG_VME_BUS) += vme/
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vme/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# VME configuration.
#

menuconfig VME
menuconfig VME_BUS
tristate "VME bridge support"
depends on PCI
---help---
If you say Y here you get support for the VME bridge Framework.

if VME
if VME_BUS

source "drivers/staging/vme/bridges/Kconfig"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Makefile for the VME bridge device drivers.
#
obj-$(CONFIG_VME) += vme.o
obj-$(CONFIG_VME_BUS) += vme.o

obj-y += bridges/
obj-y += devices/

0 comments on commit 477e368

Please sign in to comment.