1 /* This file is included by target-specific files under 2 * android/config/target-$ARCH/config.h, but contains all config 3 * definitions that are independent of the target CPU. 4 * 5 * Do not include directly. 6 */ 7 #include "config-host.h" 8 9 #define TARGET_PHYS_ADDR_BITS 32 10 #define CONFIG_TRACE 1 11 #define CONFIG_NAND 1 12 #define CONFIG_SHAPER 1 13 #define CONFIG_SOFTMMU 1 14 #define CONFIG_SDL 1 15 #ifndef _WIN32 16 #define CONFIG_NAND_LIMITS 1 17 #endif 18 #define CONFIG_MEMCHECK 1 19