drm-uapi/README: remove explicit list of driver names
[mesa.git] / meson_options.txt
index 937137e3bf49cae99a4956ee8506469787a56662..d0ab500fb2797a9a677ac84c245113c6e54e4f02 100644 (file)
@@ -59,8 +59,8 @@ option(
   value : ['auto'],
   choices : [
     '', 'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
-    'swrast', 'v3d', 'vc4', 'etnaviv', 'imx', 'tegra', 'i915', 'svga', 'virgl',
-    'swr',
+    'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
+    'swr', 'panfrost'
   ],
   description : 'List of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
 )