geekbox.h 231 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2016 Andreas Färber
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __CONFIGS_GEEKBOX_H
  7. #define __CONFIGS_GEEKBOX_H
  8. #include <configs/rk3368_common.h>
  9. #define CONFIG_CONSOLE_SCROLL_LINES 10
  10. #endif