projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c3d75
)
char: virtio: Select VIRTIO from VIRTIO_CONSOLE.
author
Michal Suchanek
<msuchanek@suse.de>
Mon, 31 Aug 2020 16:58:50 +0000
(18:58 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 7 Sep 2020 12:32:40 +0000
(14:32 +0200)
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>
drivers/char/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index b1bd336761b16448db1d0cb98ab4f2ac6c717aa2..d229a2d0c017493a858636ed947ba1f953dfad78 100644
(file)
--- 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.