aboutsummaryrefslogtreecommitdiffstats
path: root/android/config/config.h
blob: e07cc2c5575c5a667f0d7a44f0265591769e64f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* This file is included by target-specific files under
 * android/config/target-$ARCH/config.h, but contains all config
 * definitions that are independent of the target CPU.
 *
 * Do not include directly.
 */
#include "config-host.h"

#define TARGET_PHYS_ADDR_BITS  32
#define CONFIG_TRACE 1
#define CONFIG_NAND 1
#define CONFIG_SHAPER 1
#define CONFIG_SOFTMMU 1
#define CONFIG_SDL 1
#ifndef _WIN32
#define CONFIG_NAND_LIMITS 1
#endif
#define CONFIG_ANDROID_SNAPSHOTS 1
#define CONFIG_MEMCHECK 1