[Buildroot] [git commit] package/ti-gfx: list supported SoCs in Config.in help text

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 16 20:53:55 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=97308d8e9ae0f096ec2df8275deb063266583b91
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The ti-gfx package supports a set of SGX implementations which are
used in some TI SoCs, newer parts are not supported by this package.
This patch adds a list of supported TI SoCs to the help text.

Signed-off-by: Lothar Felten <lothar.felten at gmail.com>
[Thomas: update with the new name of packages: ti-sgx-{km,um}.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ti-gfx/Config.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index 39b0a93..6ec2f23 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -8,7 +8,12 @@ config BR2_PACKAGE_TI_GFX
 	select BR2_PACKAGE_FBSET if !BR2_PACKAGE_BUSYBOX # Runtime dependency only
 	select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
 	help
-	  Graphics libraries for TI boards.
+	  Graphics libraries for TI boards using SGX acceleration.
+
+	  Supports OMAP35xx, DM37xx/AM37xx, DM816x, DM814x, AM335x and
+	  AM43xx.
+
+	  For newer CPUs or kernels use the ti-sgx-{km,um} packages.
 
 	  http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk/
 


More information about the buildroot mailing list