summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.c5
-rw-r--r--src/config/sideband.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 513f054f7..4ce1909dc 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -280,13 +280,16 @@ REQUIRE_OBJECT ( tap );
#endif
/*
- * Drag in relevant BOFM entry points
+ * Drag in relevant sideband entry points
*/
#ifdef CONFIG_BOFM
#ifdef BOFM_EFI
REQUIRE_OBJECT ( efi_bofm );
#endif /* BOFM_EFI */
#endif /* CONFIG_BOFM */
+#ifdef VMWARE_SETTINGS
+REQUIRE_OBJECT ( guestinfo );
+#endif /* VMWARE_SETTINGS */
/*
* Drag in selected keyboard map
diff --git a/src/config/sideband.h b/src/config/sideband.h
index 5385dd721..a16c2e37c 100644
--- a/src/config/sideband.h
+++ b/src/config/sideband.h
@@ -10,5 +10,6 @@
FILE_LICENCE ( GPL2_OR_LATER );
//#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
+//#define VMWARE_SETTINGS /* VMware GuestInfo settings */
#endif /* CONFIG_SIDEBAND_H */