Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336970
b: refs/heads/master
c: 9aa8b50
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent 468c171 commit 3bfe2a0
Show file tree
Hide file tree
Showing 4 changed files with 1,049 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: 997071bcb34005f42e0fe5bc7930e895b070f251
refs/heads/master: 9aa8b50b2b3d3a70728438a15a0fdd03a6794a84
6 changes: 6 additions & 0 deletions trunk/drivers/hv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ config HYPERV_UTILS
help
Select this option to enable the Hyper-V Utilities.

config HYPERV_BALLOON
tristate "Microsoft Hyper-V Balloon driver"
depends on HYPERV
help
Select this option to enable Hyper-V Balloon driver.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/hv/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
obj-$(CONFIG_HYPERV) += hv_vmbus.o
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o

hv_vmbus-y := vmbus_drv.o \
hv.o connection.o channel.o \
Expand Down
Loading

0 comments on commit 3bfe2a0

Please sign in to comment.