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 CONFIG_NAND 1
10#define CONFIG_SHAPER 1
11#define CONFIG_SOFTMMU 1
12#define CONFIG_SDL 1
13#ifndef _WIN32
14#define CONFIG_NAND_LIMITS 1
15#endif
16