]> git.baikalelectronics.ru Git - kernel.git/commit
s390/configs: change CONFIG_VIRTIO_CONSOLE to "m"
authorThomas Huth <thuth@redhat.com>
Wed, 28 Apr 2021 08:24:42 +0000 (10:24 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 30 Apr 2021 15:17:01 +0000 (17:17 +0200)
commitb6ed858ca552882f1d8981b7bf9539c897333998
treea6550949ecef13361cd79c75748330d9f96c55b7
parent599c8e51d21726fc3150b8117e6ce9808f6ed3f3
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 289b22a02aa1 ("s390/virtio: remove the old KVM virtio transport"),
we do not have this limitation anymore.
Commit bb57104d52c6 ("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 <thuth@redhat.com>
Link: https://lore.kernel.org/r/20210428082442.321327-1-thuth@redhat.com
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig