|
@@ -79,6 +79,16 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
|
|
|
This is a software opengl implementation using the Gallium3D
|
|
|
infrastructure.
|
|
|
|
|
|
+config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4
|
|
|
+ bool "Gallium vc4 driver"
|
|
|
+ depends on BR2_arm
|
|
|
+ select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
|
|
+ select BR2_PACKAGE_LIBDRM_VC4
|
|
|
+ select BR2_PACKAGE_MESA3D_NEEDS_XA
|
|
|
+ help
|
|
|
+ Driver for Broadcom VC4 (rpi2/3) GPUs.
|
|
|
+ It requires a vanilla 4.5+ kernel with drm vc4 (open) support.
|
|
|
+
|
|
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL
|
|
|
bool "Gallium virgl driver"
|
|
|
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|