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 <linux/sizes.h>
15 #define BOOT_TARGET_DEVICES(func) \
18 func(VIRTIO, virtio, 0) \
22 #include <config_distro_bootcmd.h>
23 #include <configs/x86-common.h>
25 #define CONFIG_SYS_MONITOR_LEN (1 << 20)
27 #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \
28 "stdout=serial,vidconsole\0" \
29 "stderr=serial,vidconsole\0"
32 * ATA/SATA support for QEMU x86 targets
33 * - Only legacy IDE controller is supported for QEMU '-M pc' target
34 * - AHCI controller is supported for QEMU '-M q35' target
37 #define CONFIG_SPL_BOARD_LOAD_IMAGE
39 #endif /* __CONFIG_H */