From: Michal Suchanek Date: Mon, 31 Aug 2020 16:58:50 +0000 (+0200) Subject: char: virtio: Select VIRTIO from VIRTIO_CONSOLE. X-Git-Tag: v5.10.7~1418^2~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f30eb29c514589e16f2999ea070598583d1f6ec;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Amit Shah Link: https://lore.kernel.org/r/20200831165850.26163-1-msuchanek@suse.de Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b1bd336..d229a2d 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -93,8 +93,9 @@ config PPDEV config VIRTIO_CONSOLE tristate "Virtio console" - depends on VIRTIO && TTY + depends on TTY select HVC_DRIVER + select VIRTIO help Virtio console for use with hypervisors.