blob: 6c15c72efda518c167b785c32807b628692f3f5c [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass4a56f102015-01-27 22:13:47 -07002/*
3 * Copyright (C) 2015 Google, Inc
Simon Glass4a56f102015-01-27 22:13:47 -07004 */
5
6/*
7 * board/config.h - configuration options, board specific
8 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
13#include <configs/x86-common.h>
14
Bin Meng79012bc2016-10-09 04:14:13 -070015#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
16 "stdout=vidconsole,serial\0" \
Bin Mengc0216872017-07-19 21:50:09 +080017 "stderr=vidconsole,serial\0" \
18 "usb_pgood_delay=40\0"
Simon Glass4a56f102015-01-27 22:13:47 -070019
Simon Glass4a56f102015-01-27 22:13:47 -070020#define VIDEO_IO_OFFSET 0
Simon Glass4a56f102015-01-27 22:13:47 -070021
Simon Glass4a56f102015-01-27 22:13:47 -070022#endif /* __CONFIG_H */