Skip to content

Commit f5b474d

Browse files
huthhcahca
authored andcommitted
s390/configs: change CONFIG_VIRTIO_CONSOLE to "m"
In former times, the virtio-console code had to be compiled into the kernel since the old guest virtio transport had some hard de- pendencies. But since the old virtio transport has been removed in commit 7fb2b2d ("s390/virtio: remove the old KVM virtio transport"), we do not have this limitation anymore. Commit bb533ec ("s390/config: do not select VIRTIO_CONSOLE via Kconfig") then also lifted the hard setting in the Kconfig system, so we can finally switch the CONFIG_VIRTIO_CONSOLE knob to compile this driver as a module now, making it more flexible for the user to only load it if it is really required. Signed-off-by: Thomas Huth <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Borntraeger <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 2f7484f commit f5b474d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/s390/configs/debug_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ CONFIG_INPUT_EVDEV=y
549549
# CONFIG_INPUT_MOUSE is not set
550550
# CONFIG_SERIO is not set
551551
CONFIG_LEGACY_PTY_COUNT=0
552-
CONFIG_VIRTIO_CONSOLE=y
552+
CONFIG_VIRTIO_CONSOLE=m
553553
CONFIG_HW_RANDOM_VIRTIO=m
554554
CONFIG_RAW_DRIVER=m
555555
CONFIG_HANGCHECK_TIMER=m

arch/s390/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ CONFIG_INPUT_EVDEV=y
541541
# CONFIG_INPUT_MOUSE is not set
542542
# CONFIG_SERIO is not set
543543
CONFIG_LEGACY_PTY_COUNT=0
544-
CONFIG_VIRTIO_CONSOLE=y
544+
CONFIG_VIRTIO_CONSOLE=m
545545
CONFIG_HW_RANDOM_VIRTIO=m
546546
CONFIG_RAW_DRIVER=m
547547
CONFIG_HANGCHECK_TIMER=m

0 commit comments

Comments
 (0)