blob: 2ab6d6c6aac20592c0cc2de4a243ec74e24b976d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass9d5d1cc2015-08-30 16:55:42 -06002/*
3 * (C) Copyright 2015 Google, Inc
Simon Glass9d5d1cc2015-08-30 16:55:42 -06004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Simon Glasscf88b7c2016-01-21 19:44:13 -07009#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,cros-ec-keyb\0" \
Simon Glassabd2c152016-01-21 19:45:19 -070011 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
Simon Glasscf88b7c2016-01-21 19:44:13 -070013
Simon Glass9d5d1cc2015-08-30 16:55:42 -060014#include <configs/rk3288_common.h>
15
Simon Glasscf88b7c2016-01-21 19:44:13 -070016#define CONFIG_KEYBOARD
17
Simon Glass9d5d1cc2015-08-30 16:55:42 -060018#endif