Skip to content

Commit 1f3d2e9

Browse files
authored
Update dxgkrnl.patch
1 parent 643679b commit 1f3d2e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dxgkrnl.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ index 00242107d6..51cce0cc9d 100644
125125
--- a/drivers/hv/Kconfig
126126
+++ b/drivers/hv/Kconfig
127127
@@ -54,4 +54,6 @@ config HYPERV_BALLOON
128-
help
129-
Select this option to enable Hyper-V Balloon driver.
128+
129+
If unsure, say N.
130130

131131
+source "drivers/hv/dxgkrnl/Kconfig"
132132
+
@@ -136,9 +136,9 @@ index d76df5c8c2..aa1cbdb5d0 100644
136136
--- a/drivers/hv/Makefile
137137
+++ b/drivers/hv/Makefile
138138
@@ -2,6 +2,7 @@
139-
obj-$(CONFIG_HYPERV) += hv_vmbus.o
140139
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
141140
obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o
141+
obj-$(CONFIG_MSHV_ROOT) += mshv_root.o
142142
+obj-$(CONFIG_DXGKRNL) += dxgkrnl/
143143

144144
CFLAGS_hv_trace.o = -I$(src)

0 commit comments

Comments
 (0)