aboutsummaryrefslogtreecommitdiffstats
path: root/android/config/target-x86/config.h
blob: 242d45d49d959d485c8f1a4763e0592f43f2dbdd (plain)
1
2
3
4
5
6
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