From 5b2344d73c09df8cce1f3c419f88cad7d34dc319 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 26 Jun 2018 11:39:55 +0200 Subject: enable mdev samples --- kernel.config.tweaks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel.config.tweaks b/kernel.config.tweaks index 1544d9b..cce6a80 100644 --- a/kernel.config.tweaks +++ b/kernel.config.tweaks @@ -16,6 +16,9 @@ CONFIG_SYSTEM_TRUSTED_KEYS="" CONFIG_DRM_VGEM=m CONFIG_SAMPLES=y CONFIG_SAMPLE_VFIO_MDEV_MTTY=m +CONFIG_SAMPLE_VFIO_MDEV_MDPY=m +CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB=m +CONFIG_SAMPLE_VFIO_MDEV_MBOCHS=m # # enable simplefb driver -- cgit