blob: e8a8af7e649241ea2eabcbd934f8f73e359fd445 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Bin Mengef4dc7e2014-12-17 15:50:41 +08002/*
3 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
Bin Mengef4dc7e2014-12-17 15:50:41 +08004 */
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 Mengef4dc7e2014-12-17 15:50:41 +080015#define CONFIG_SMSC_LPC47M
16
Bin Meng50704d32015-11-12 05:33:05 -080017#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
Bin Meng79012bc2016-10-09 04:14:13 -070018 "stdout=serial,vidconsole\0" \
19 "stderr=serial,vidconsole\0"
Bin Mengef4dc7e2014-12-17 15:50:41 +080020
Bin Mengb089fa42015-03-11 17:22:28 +080021/* Environment configuration */
Bin Mengb089fa42015-03-11 17:22:28 +080022
Bin Mengef4dc7e2014-12-17 15:50:41 +080023#endif /* __CONFIG_H */