Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/3.7/vhba' into 3.7/master
Browse files Browse the repository at this point in the history
  • Loading branch information
heftig committed Dec 22, 2012
2 parents 425cd0a + 3379797 commit f9884d1
Show file tree
Hide file tree
Showing 5 changed files with 999 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,6 @@ source "drivers/staging/imx-drm/Kconfig"

source "drivers/staging/dgrp/Kconfig"

source "drivers/staging/vhba/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ obj-$(CONFIG_FB_SM7XX) += sm7xxfb/
obj-$(CONFIG_CRYSTALHD) += crystalhd/
obj-$(CONFIG_CXT1E1) += cxt1e1/
obj-$(CONFIG_FB_XGI) += xgifb/
obj-$(CONFIG_VHBA) += vhba/
obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/
obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3/
Expand Down
9 changes: 9 additions & 0 deletions drivers/staging/vhba/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config VHBA
tristate "Virtual (SCSI) Host Bus Adapter"
depends on SCSI
---help---
This is the in-kernel part of CDEmu, a CD/DVD-ROM device
emulator.

This driver can also be built as a module. If so, the module
will be called vhba.
1 change: 1 addition & 0 deletions drivers/staging/vhba/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_VHBA) += vhba.o
Loading

0 comments on commit f9884d1

Please sign in to comment.