xref: /openbmc/u-boot/include/configs/veyron.h (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
25e9b1503SSimon Glass /*
35e9b1503SSimon Glass  * (C) Copyright 2015 Google, Inc
45e9b1503SSimon Glass  */
55e9b1503SSimon Glass 
65e9b1503SSimon Glass #ifndef __CONFIG_H
75e9b1503SSimon Glass #define __CONFIG_H
85e9b1503SSimon Glass 
95e9b1503SSimon Glass #define ROCKCHIP_DEVICE_SETTINGS \
105e9b1503SSimon Glass 		"stdin=serial,cros-ec-keyb\0" \
115e9b1503SSimon Glass 		"stdout=serial,vidconsole\0" \
125e9b1503SSimon Glass 		"stderr=serial,vidconsole\0"
135e9b1503SSimon Glass 
145e9b1503SSimon Glass #include <configs/rk3288_common.h>
155e9b1503SSimon Glass 
165e9b1503SSimon Glass #define CONFIG_SPI_FLASH_GIGADEVICE
175e9b1503SSimon Glass 
185e9b1503SSimon Glass #define CONFIG_KEYBOARD
195e9b1503SSimon Glass 
205e9b1503SSimon Glass #endif
21