diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-25 08:44:16 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-25 08:44:16 +0100 |
commit | 896846d941efc3b049e8473a5f7b66e960ed7812 (patch) | |
tree | 94f2f6154118520a569224b8e639f5fcc59951ed | |
parent | 372173537bc27bdd247ffc58bedde3aa8c90f9f3 (diff) | |
download | jenkinsfiles-896846d941efc3b049e8473a5f7b66e960ed7812.tar.gz |
enable vkms
-rw-r--r-- | kernel.config.tweaks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel.config.tweaks b/kernel.config.tweaks index cce6a80..d29a3b4 100644 --- a/kernel.config.tweaks +++ b/kernel.config.tweaks @@ -14,6 +14,7 @@ CONFIG_SYSTEM_TRUSTED_KEYS="" # enable some modules # CONFIG_DRM_VGEM=m +CONFIG_DRM_VKMS=m CONFIG_SAMPLES=y CONFIG_SAMPLE_VFIO_MDEV_MTTY=m CONFIG_SAMPLE_VFIO_MDEV_MDPY=m |