diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:57 -0400 |
commit | b87ca80b9b1825b44341aa4bcd28c26a7860fd18 (patch) | |
tree | 14eb9efa2f0a84f55b1960363e2d326f75d917e8 /configs/rpi_defconfig | |
parent | 5ecf8c66189978e096e27953ab31990e31b7f968 (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 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index ba64c7c9151..b2c55cc92b0 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT=y |