2013-07-15 23:44:19 +02:00
|
|
|
config BR2_PACKAGE_TI_GFX
|
|
|
|
bool "ti-gfx"
|
2014-04-05 17:21:39 +02:00
|
|
|
select BR2_PACKAGE_HAS_LIBEGL
|
2014-04-05 17:21:38 +02:00
|
|
|
select BR2_PACKAGE_HAS_LIBGLES
|
2013-07-15 23:44:19 +02:00
|
|
|
select BR2_PACKAGE_HAS_POWERVR
|
2014-06-01 19:37:28 +02:00
|
|
|
select BR2_PACKAGE_FBSET if !BR2_PACKAGE_BUSYBOX # Runtime dependency only
|
2013-07-15 23:44:19 +02:00
|
|
|
depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
|
|
|
|
help
|
|
|
|
Graphics libraries for TI boards.
|
|
|
|
|
|
|
|
http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_TI_GFX
|
|
|
|
|
2014-04-05 17:21:39 +02:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBEGL
|
2013-12-20 23:27:53 +01:00
|
|
|
default "ti-gfx"
|
|
|
|
|
2014-04-05 17:21:38 +02:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBGLES
|
2013-12-20 23:27:54 +01:00
|
|
|
default "ti-gfx"
|
|
|
|
|
2013-12-20 23:27:57 +01:00
|
|
|
config BR2_PACKAGE_PROVIDES_POWERVR
|
|
|
|
default "ti-gfx"
|
|
|
|
|
2013-07-15 23:44:19 +02:00
|
|
|
config BR2_PACKAGE_TI_GFX_DEBUG
|
|
|
|
bool "enable debug support"
|
|
|
|
help
|
|
|
|
Turns on debugging in the kernel module, install libraries built with
|
|
|
|
debugging enabled, installs various tests and installs esrev script.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_TI_GFX_DEMOS
|
|
|
|
bool "install demos"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Install the OGLES2ChameleonMan and OGLES2MagicLantern demos
|
|
|
|
|
|
|
|
config BR2_PACKAGE_TI_GFX_EGLIMAGE
|
|
|
|
bool "install eglimage version of libraries"
|
|
|
|
help
|
|
|
|
Installs OpenGL libaries which support the eglimage api.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Target"
|
|
|
|
default BR2_PACKAGE_TI_GFX_ES3
|
|
|
|
help
|
|
|
|
Select the SOC for which you would like to install drivers. Please use the
|
|
|
|
chart at
|
|
|
|
http://processors.wiki.ti.com/index.php/OMAP35x_Graphics_SDK_Getting_Started_Guide
|
|
|
|
|
|
|
|
config BR2_PACKAGE_TI_GFX_ES3
|
|
|
|
bool "es3.x (OMAP35xx, AM35xx Rev 3.1+)"
|
|
|
|
help
|
2013-11-11 17:23:23 +01:00
|
|
|
OMAP35xx, AM35xx Rev 3.1+
|
2013-07-15 23:44:19 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_TI_GFX_ES5
|
|
|
|
bool "es5.x (AM37xx, DM37xx)"
|
|
|
|
help
|
|
|
|
AM37xx, DM37xx
|
|
|
|
|
|
|
|
config BR2_PACKAGE_TI_GFX_ES6
|
|
|
|
bool "es6.x (AM387x, DMA814x, AM389x, DM816x)"
|
|
|
|
help
|
|
|
|
AM387x, DM814x, AM389x, DM816x
|
|
|
|
|
|
|
|
config BR2_PACKAGE_TI_GFX_ES8
|
|
|
|
bool "es8.x (AM335x)"
|
|
|
|
help
|
|
|
|
AM335x
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-12-15 13:20:39 +01:00
|
|
|
comment "ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built"
|
2013-10-31 13:02:39 +01:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on !(BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC)
|