]> git.baikalelectronics.ru Git - kernel.git/commit
console: Make persistent scrollback a boot parameter
authorManuel Schölling <manuel.schoelling@gmx.de>
Fri, 13 Jan 2017 20:07:58 +0000 (21:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 10:54:02 +0000 (11:54 +0100)
commitb9c03f061b8ab7e930d3079731740704b66a2514
treecc6c320ce6408d3944ec70a052bc268cd58b7799
parentd9f08b538714dfe8eba87ef7244180775d43ea24
console: Make persistent scrollback a boot parameter

The impact of the persistent scrollback feature on the code size is
rather small, so the config option is removed. The feature stays
disabled by default and can be enabled by using the boot command line
parameter 'vgacon.scrollback_persistent=1' or by setting
VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT=y.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Suggested-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/Kconfig
drivers/video/console/vgacon.c