blob: 49522559d4428a704fd29d4917dc4cf2e1d16b6c [file] [log] [blame]
Simon Glasse2e947f2015-08-30 16:55:42 -06001/*
2 * (C) Copyright 2015 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
Simon Glass27a19612016-01-21 19:44:13 -070010#define ROCKCHIP_DEVICE_SETTINGS \
11 "stdin=serial,cros-ec-keyb\0" \
Simon Glass74336f72016-01-21 19:45:19 -070012 "stdout=serial,vidconsole\0" \
13 "stderr=serial,vidconsole\0"
Simon Glass27a19612016-01-21 19:44:13 -070014
Simon Glasse2e947f2015-08-30 16:55:42 -060015#include <configs/rk3288_common.h>
16
Simon Glassdd8e4292015-12-29 05:22:45 -070017#define CONFIG_SPI_FLASH_GIGADEVICE
Simon Glasse2e947f2015-08-30 16:55:42 -060018
Simon Glass27a19612016-01-21 19:44:13 -070019#define CONFIG_KEYBOARD
20
Simon Glasse2e947f2015-08-30 16:55:42 -060021#endif