package/mesa3d: fix comment about i965 DRI driver
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 30 Aug 2014 21:56:29 +0000 (23:56 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Aug 2014 22:03:16 +0000 (00:03 +0200)
The help entry for the i965 DRI driver states that it supports alll
Intel GPUs. That's not true, as at least the i915 series is not handled
by this driver, but by a separate one.

Fix the help text accordingly; remove the useless second part of the
help text (which does not mean much for Buildroot.)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mesa3d/Config.in

index c1be9e39d149091c96d3adfce1a60d27b5751fd6..57d3c1f1c396906822fc95a1e5806b4858c520e2 100644 (file)
@@ -81,7 +81,7 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER_I965
        select BR2_PACKAGE_MESA3D_DRI_DRIVER
        select BR2_PACKAGE_LIBDRM_INTEL
        help
-         Supports all Intel GPUs.  This version is most supported by Intel.
+         Support for i965-based Intel GPUs.
 
 config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
        bool "DRI radeon driver"