diff options
Diffstat (limited to 'package/mesa3d/Config.in')
-rw-r--r-- | package/mesa3d/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 8dd208f40a..f38dd98f80 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -76,6 +76,13 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST This is a software opengl implementation using the Gallium3D infrastructure. +config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL + bool "Gallium virgl driver" + select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER + help + virgl is the 3D acceleration backend for the virtio-gpu + shipping with qemu. + comment "DRI drivers need X.Org" depends on !BR2_PACKAGE_XORG7 |