2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-08-30 22:55:42 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2015 Google, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
2016-01-22 02:44:13 +00:00
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
|
|
|
"stdin=serial,cros-ec-keyb\0" \
|
2016-01-22 02:45:19 +00:00
|
|
|
"stdout=serial,vidconsole\0" \
|
|
|
|
"stderr=serial,vidconsole\0"
|
2016-01-22 02:44:13 +00:00
|
|
|
|
2015-08-30 22:55:42 +00:00
|
|
|
#include <configs/rk3288_common.h>
|
|
|
|
|
2015-12-29 12:22:45 +00:00
|
|
|
#define CONFIG_SPI_FLASH_GIGADEVICE
|
2015-08-30 22:55:42 +00:00
|
|
|
|
2016-01-22 02:44:13 +00:00
|
|
|
#define CONFIG_KEYBOARD
|
|
|
|
|
2015-08-30 22:55:42 +00:00
|
|
|
#endif
|