Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162190
b: refs/heads/master
c: e1415db
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 9a5a7d6 commit 42e5c4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 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: 79e5cdb208aaf5e7ead5c98b08a31ce6d604fead
refs/heads/master: e1415db7b6f216d4344db028581227e828a38eca
16 changes: 10 additions & 6 deletions trunk/drivers/staging/hv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,27 @@ config HYPERV
Select this option to run Linux as a Hyper-V client operating
system.

if HYPERV

config HYPERV_STORAGE
tristate "Microsoft Hyper-V virtual storage driver"
depends on SCSI && m
default n
depends on SCSI
default HYPERV
help
Select this option to enable the Hyper-V virtual storage driver.

config HYPERV_BLOCK
tristate "Microsoft Hyper-V virtual block driver"
depends on BLOCK && SCSI && m
default n
depends on BLOCK && SCSI
default HYPERV
help
Select this option to enable the Hyper-V virtual block driver.

config HYPERV_NET
tristate "Microsoft Hyper-V virtual network driver"
depends on NET && m
default n
depends on NET
default HYPERV
help
Select this option to enable the Hyper-V virtual network driver.

endif

0 comments on commit 42e5c4a

Please sign in to comment.