Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2016 Rockchip Electronics Co., Ltd |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __CONFIG_H |
| 7 | #define __CONFIG_H |
| 8 | |
Jagan Teki | d7e7a5b | 2020-01-23 19:42:21 +0530 | [diff] [blame] | 9 | #define ROCKCHIP_DEVICE_SETTINGS \ |
Peter Robinson | 23cb617 | 2020-03-02 07:57:55 +0000 | [diff] [blame] | 10 | "stdin=serial,usbkbd\0" \ |
Jagan Teki | d7e7a5b | 2020-01-23 19:42:21 +0530 | [diff] [blame] | 11 | "stdout=serial,vidconsole\0" \ |
| 12 | "stderr=serial,vidconsole\0" |
| 13 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 14 | #include <configs/rk3288_common.h> |
| 15 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 16 | #endif |