|
@@ -113,6 +113,19 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_FREEDRENO
|
|
|
help
|
|
|
Mesa driver for Freedreno GPUs.
|
|
|
|
|
|
+config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_I915
|
|
|
+ bool "Gallium i915 driver"
|
|
|
+ depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on !BR2_PACKAGE_MESA3D_DRI_DRIVER_I915
|
|
|
+ select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
|
|
+ select BR2_PACKAGE_LIBDRM_INTEL
|
|
|
+ help
|
|
|
+ Support for i915-based Intel GPUs.
|
|
|
+
|
|
|
+comment "Gallium i915: Only one i915 provider can be built"
|
|
|
+ depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on BR2_PACKAGE_MESA3D_DRI_DRIVER_I915
|
|
|
+
|
|
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_IRIS
|
|
|
bool "Gallium iris driver"
|
|
|
depends on BR2_i386 || BR2_x86_64
|