diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-24 15:05:07 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-24 15:05:07 +0200 |
commit | b49cd33dabf78393dbcafa9422e27eb1757e32df (patch) | |
tree | 4be82ad7aae4d0bcb9a6fcdeff82d5e1f8f93332 | |
parent | fdb20c641942d9d9d12d7227cac301cd744513b4 (diff) | |
download | jenkinsfiles-b49cd33dabf78393dbcafa9422e27eb1757e32df.tar.gz |
enable simplefb
-rw-r--r-- | kernel.config.tweaks | 8 |
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 |