]> git.baikalelectronics.ru Git - kernel.git/commit
char: ttyprintk: register console
authorVincent Whitchurch <vincent.whitchurch@axis.com>
Tue, 15 Feb 2022 14:17:49 +0000 (15:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Apr 2022 14:24:47 +0000 (16:24 +0200)
commitfa07399fc3d1cf6f9eadade8ba345dd170a67a79
treee687e6852fc5e1682d221eebc8e88c85c1d6b244
parent3be7d5073b63dd0cadfac0ab272229328e290d8f
char: ttyprintk: register console

Register a console in the ttyprintk driver so that it can be selected
for /dev/console with console=ttyprintk on the kernel command line,
similar to other console drivers.

Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Link: https://lore.kernel.org/r/20220215141750.92808-1-vincent.whitchurch@axis.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/Kconfig
drivers/char/ttyprintk.c