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