1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
7 * board/config.h - configuration options, board specific
13 #include <configs/x86-common.h>
15 #define CONFIG_SYS_MONITOR_LEN (1 << 20)
17 /* ns16550 UART is memory-mapped in Quark SoC */
18 #undef CONFIG_SYS_NS16550_PORT_MAPPED
20 #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
24 /* 10/100M Ethernet support */
25 #define CONFIG_DW_ALTDESCRIPTOR
27 /* Environment configuration */
29 #endif /* __CONFIG_H */