diff options
| author | Lothar Felten <lothar.felten@gmail.com> | 2016-07-14 14:04:48 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-16 22:53:55 +0200 |
| commit | 97308d8e9ae0f096ec2df8275deb063266583b91 (patch) | |
| tree | 40147f5536952cbdf5dcd18e5d447273b734e781 | |
| parent | 582c64d4faf7f58a2d8ff573feb63e24c8f7191a (diff) | |
| download | buildroot-97308d8e9ae0f096ec2df8275deb063266583b91.tar.gz buildroot-97308d8e9ae0f096ec2df8275deb063266583b91.zip | |
package/ti-gfx: list supported SoCs in Config.in help text
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@gmail.com>
[Thomas: update with the new name of packages: ti-sgx-{km,um}.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/ti-gfx/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in index 39b0a932b4..6ec2f23117 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/ |

