Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

char: virtio: Select VIRTIO from VIRTIO_CONSOLE.

Make it possible to have virtio console built-in when
other virtio drivers are modular.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Amit Shah <amit@kernel.org>
Link: https://lore.kernel.org/r/20200831165850.26163-1-msuchanek@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Michal Suchanek and committed by
Greg Kroah-Hartman
9f30eb29 a4c3d756

+2 -1
+2 -1
drivers/char/Kconfig
··· 93 93 94 94 config VIRTIO_CONSOLE 95 95 tristate "Virtio console" 96 - depends on VIRTIO && TTY 96 + depends on TTY 97 97 select HVC_DRIVER 98 + select VIRTIO 98 99 help 99 100 Virtio console for use with hypervisors. 100 101