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>pull/508/merge
parent
a4c3d75653
commit
9f30eb29c5
|
|
@ -93,8 +93,9 @@ config PPDEV
|
||||||
|
|
||||||
config VIRTIO_CONSOLE
|
config VIRTIO_CONSOLE
|
||||||
tristate "Virtio console"
|
tristate "Virtio console"
|
||||||
depends on VIRTIO && TTY
|
depends on TTY
|
||||||
select HVC_DRIVER
|
select HVC_DRIVER
|
||||||
|
select VIRTIO
|
||||||
help
|
help
|
||||||
Virtio console for use with hypervisors.
|
Virtio console for use with hypervisors.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue