Skip to content

Commit

Permalink
char: virtio: Select VIRTIO from VIRTIO_CONSOLE.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Suchanek authored and Greg Kroah-Hartman committed Sep 7, 2020
1 parent a4c3d75 commit 9f30eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9f30eb2

Please sign in to comment.