From 0b189e07cbdec9a8a89f3b8bdf878c45793a5d33 Mon Sep 17 00:00:00 2001 From: Shile Zhang Date: Tue, 24 Sep 2019 12:04:47 +0800 Subject: [PATCH] configs: compile cirrus driver as modules for qboot optimization To compile as modules can make the driver init parallel with systemd startup, which can save about 40ms startup time. Signed-off-by: Shile Zhang Acked-by: Joseph Qi --- config-4.19.y-x86_64 | 2 +- config-4.19.y-x86_64-debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-4.19.y-x86_64 b/config-4.19.y-x86_64 index 48faca86bc69..30f3a59d8a84 100644 --- a/config-4.19.y-x86_64 +++ b/config-4.19.y-x86_64 @@ -2623,7 +2623,7 @@ CONFIG_DRM_I915_GVT=y # CONFIG_DRM_UDL is not set CONFIG_DRM_AST=m # CONFIG_DRM_MGAG200 is not set -CONFIG_DRM_CIRRUS_QEMU=y +CONFIG_DRM_CIRRUS_QEMU=m CONFIG_DRM_QXL=y CONFIG_DRM_BOCHS=y # CONFIG_DRM_VIRTIO_GPU is not set diff --git a/config-4.19.y-x86_64-debug b/config-4.19.y-x86_64-debug index 50c9cc4192f9..b29b0a4074e3 100644 --- a/config-4.19.y-x86_64-debug +++ b/config-4.19.y-x86_64-debug @@ -2626,7 +2626,7 @@ CONFIG_DRM_I915_GVT=y # CONFIG_DRM_UDL is not set CONFIG_DRM_AST=m # CONFIG_DRM_MGAG200 is not set -CONFIG_DRM_CIRRUS_QEMU=y +CONFIG_DRM_CIRRUS_QEMU=m CONFIG_DRM_QXL=y CONFIG_DRM_BOCHS=y # CONFIG_DRM_VIRTIO_GPU is not set -- GitLab