]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
215099a5 GM |
2 | /* |
3 | * Copyright (C) 2015 Google, Inc | |
215099a5 GM |
4 | */ |
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 | ||
fcda8c38 BM |
15 | #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ |
16 | "stdout=serial,vidconsole\0" \ | |
17 | "stderr=serial,vidconsole\0" | |
215099a5 | 18 | |
215099a5 | 19 | #define VIDEO_IO_OFFSET 0 |
215099a5 | 20 | |
215099a5 | 21 | #endif /* __CONFIG_H */ |