blob: 3e5235291a28f492ec581027ea6550b55d73879b [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Bin Meng2229c4c2015-05-07 21:34:08 +08002/*
3 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
Bin Meng2229c4c2015-05-07 21:34:08 +08004 */
5
6/*
7 * board/config.h - configuration options, board specific
8 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
Joshua Watt42012032019-07-03 12:45:32 -050013#include <linux/sizes.h>
14
Bin Meng2229c4c2015-05-07 21:34:08 +080015#include <configs/x86-common.h>
16
Tom Rini86ec4512022-12-04 10:13:56 -050017#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \
Bin Meng79012bc2016-10-09 04:14:13 -070018 "stdout=serial,vidconsole\0" \
19 "stderr=serial,vidconsole\0"
Bin Meng2229c4c2015-05-07 21:34:08 +080020
Bin Menge4d28362015-05-16 09:33:19 +080021/*
22 * ATA/SATA support for QEMU x86 targets
23 * - Only legacy IDE controller is supported for QEMU '-M pc' target
24 * - AHCI controller is supported for QEMU '-M q35' target
Bin Menge4d28362015-05-16 09:33:19 +080025 */
Bin Menge4d28362015-05-16 09:33:19 +080026
Bin Meng2229c4c2015-05-07 21:34:08 +080027#endif /* __CONFIG_H */