[arch-commits] Commit in linux/trunk (config config.x86_64)

Tobias Powalowski tpowa at archlinux.org
Wed Jan 13 16:16:44 UTC 2016


    Date: Wednesday, January 13, 2016 @ 17:16:43
  Author: tpowa
Revision: 258170

config fix #47442

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---------------+
 config        |    3 ++-
 config.x86_64 |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: config
===================================================================
--- config	2016-01-13 16:13:17 UTC (rev 258169)
+++ config	2016-01-13 16:16:43 UTC (rev 258170)
@@ -5085,7 +5085,8 @@
 # Console display driver support
 #
 CONFIG_VGA_CONSOLE=y
-# CONFIG_VGACON_SOFT_SCROLLBACK is not set
+CONFIG_VGACON_SOFT_SCROLLBACK=y
+CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_DUMMY_CONSOLE=y
 CONFIG_DUMMY_CONSOLE_COLUMNS=80

Modified: config.x86_64
===================================================================
--- config.x86_64	2016-01-13 16:13:17 UTC (rev 258169)
+++ config.x86_64	2016-01-13 16:16:43 UTC (rev 258170)
@@ -4913,7 +4913,8 @@
 # Console display driver support
 #
 CONFIG_VGA_CONSOLE=y
-# CONFIG_VGACON_SOFT_SCROLLBACK is not set
+CONFIG_VGACON_SOFT_SCROLLBACK=y
+CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
 CONFIG_DUMMY_CONSOLE=y
 CONFIG_DUMMY_CONSOLE_COLUMNS=80
 CONFIG_DUMMY_CONSOLE_ROWS=25



More information about the arch-commits mailing list