aboutsummaryrefslogtreecommitdiffstats
path: root/android/config
diff options
context:
space:
mode:
Diffstat (limited to 'android/config')
-rw-r--r--android/config/target-x86/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/config/target-x86/config.h b/android/config/target-x86/config.h
index 862f3d4..242d45d 100644
--- a/android/config/target-x86/config.h
+++ b/android/config/target-x86/config.h
@@ -1,4 +1,7 @@
/* x86-specific configuration */
#include "android/config/config.h"
#define TARGET_I386 1
+/* For now, KVM is only supported on Linux hosts */
+#ifdef CONFIG_LINUX
#define CONFIG_KVM 1
+#endif