summaryrefslogtreecommitdiff
path: root/include/lcd_console.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-17 20:12:57 -0600
committerTom Rini <trini@konsulko.com>2016-10-23 18:33:57 -0400
commitb87ca80b9b1825b44341aa4bcd28c26a7860fd18 (patch)
tree14eb9efa2f0a84f55b1960363e2d326f75d917e8 /include/lcd_console.h
parent5ecf8c66189978e096e27953ab31990e31b7f968 (diff)
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
This converts the following to Kconfig: CONFIG_CONSOLE_SCROLL_LINES Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/lcd_console.h')
-rw-r--r--include/lcd_console.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lcd_console.h b/include/lcd_console.h
index 2e0f56f990..eac227f498 100644
--- a/include/lcd_console.h
+++ b/include/lcd_console.h
@@ -5,9 +5,6 @@
*/
/* By default we scroll by a single line */
-#ifndef CONFIG_CONSOLE_SCROLL_LINES
-#define CONFIG_CONSOLE_SCROLL_LINES 1
-#endif
struct console_t {
short curr_col, curr_row;