We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d2407 commit d870118Copy full SHA for d870118
hw/hyperv/Kconfig
@@ -11,3 +11,8 @@ config VMBUS
11
bool
12
default y
13
depends on HYPERV
14
+
15
+config SYNDBG
16
+ bool
17
+ default y
18
+ depends on VMBUS
hw/hyperv/meson.build
@@ -1,3 +1,4 @@
1
specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
2
specific_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
3
specific_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
4
+specific_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))
0 commit comments