summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-08-30 23:56:29 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-31 00:03:16 +0200
commit172e62be9845fa8c5f92b524cef1c92ef6444c4c (patch)
tree67f225d326d784c600832d23ae5452d9deb546dc
parent0a9a32d6928cd7c4871866b6512a7778d5e0671f (diff)
downloadbuildroot-172e62be9845fa8c5f92b524cef1c92ef6444c4c.tar.gz
buildroot-172e62be9845fa8c5f92b524cef1c92ef6444c4c.zip
package/mesa3d: fix comment about i965 DRI driver
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>
-rw-r--r--package/mesa3d/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index c1be9e39d1..57d3c1f1c3 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -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"
OpenPOWER on IntegriCloud