zynq_zed: bump U-Boot to xilinx-v2016.2
[buildroot-gz.git] / package / ti-sgx-um / Config.in
blob8e1e4fb27011cdb8b4ee138aa2c6c99489193d8d
1 comment "ti-sgx-um needs the ti-sgx-km driver"
2         depends on !BR2_PACKAGE_TI_SGX_KM
4 comment "ti-sgx-um needs a glibc toolchain w/ threads"
5         depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HAS_THREADS
7 config BR2_PACKAGE_TI_SGX_UM
8         bool "ti-sgx-um"
9         depends on BR2_PACKAGE_TI_SGX_KM
10         depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
11         # pre-built binaries
12         depends on BR2_TOOLCHAIN_USES_GLIBC
13         select BR2_PACKAGE_LIBDRM
14         select BR2_PACKAGE_LIBDRM_OMAP
15         select BR2_PACKAGE_HAS_LIBEGL
16         select BR2_PACKAGE_HAS_LIBGLES
17         select BR2_PACKAGE_HAS_POWERVR
18         help
19           Graphics libraries for TI CPUs with SGX5xx GPU.
20           This package supports AM335x, AM437x, AM4430 and AM5430.
21           For older CPUs or kernels use the ti-gfx package.
23           http://git.ti.com/graphics/omap5-sgx-ddk-um-linux
25 if BR2_PACKAGE_TI_SGX_UM
27 config BR2_PACKAGE_PROVIDES_LIBEGL
28         default "ti-sgx-um"
30 config BR2_PACKAGE_PROVIDES_LIBGLES
31         default "ti-sgx-um"
33 config BR2_PACKAGE_PROVIDES_POWERVR
34         default "ti-sgx-um"
36 endif