aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-04-24 15:05:07 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-04-24 15:05:07 +0200
commitb49cd33dabf78393dbcafa9422e27eb1757e32df (patch)
tree4be82ad7aae4d0bcb9a6fcdeff82d5e1f8f93332
parentfdb20c641942d9d9d12d7227cac301cd744513b4 (diff)
downloadjenkinsfiles-b49cd33dabf78393dbcafa9422e27eb1757e32df.tar.gz
enable simplefb
-rw-r--r--kernel.config.tweaks8
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel.config.tweaks b/kernel.config.tweaks
index 94eb88c..9b4e253 100644
--- a/kernel.config.tweaks
+++ b/kernel.config.tweaks
@@ -10,8 +10,14 @@ CONFIG_DEBUG_INFO=n
CONFIG_MODULE_SIG=n
#
-# enable some modules/drivers
+# enable some modules
#
CONFIG_DRM_VGEM=m
CONFIG_SAMPLES=y
CONFIG_SAMPLE_VFIO_MDEV_MTTY=m
+
+#
+# enable simplefb driver
+#
+CONFIG_X86_SYSFB=y
+CONFIG_FB_SIMPLE=y