veyron.h 323 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2015 Google, Inc
  4. */
  5. #ifndef __CONFIG_H
  6. #define __CONFIG_H
  7. #define ROCKCHIP_DEVICE_SETTINGS \
  8. "stdin=serial,cros-ec-keyb\0" \
  9. "stdout=serial,vidconsole\0" \
  10. "stderr=serial,vidconsole\0"
  11. #include <configs/rk3288_common.h>
  12. #define CONFIG_KEYBOARD
  13. #endif