4ee862291d1d41ced3293017b55de1fef9d9a632
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ti-gfx / Config.in
1 config BR2_PACKAGE_TI_GFX
2         bool "ti-gfx"
3         select BR2_PACKAGE_HAS_LIBEGL
4         select BR2_PACKAGE_HAS_LIBGLES
5         select BR2_PACKAGE_HAS_POWERVR
6         select BR2_PACKAGE_FBSET if !BR2_PACKAGE_BUSYBOX # Runtime dependency only
7         depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
8         help
9           Graphics libraries for TI boards.
10
11           http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk/
12
13 if BR2_PACKAGE_TI_GFX
14
15 config BR2_PACKAGE_PROVIDES_LIBEGL
16         default "ti-gfx"
17
18 config BR2_PACKAGE_PROVIDES_LIBGLES
19         default "ti-gfx"
20
21 config BR2_PACKAGE_PROVIDES_POWERVR
22         default "ti-gfx"
23
24 config BR2_PACKAGE_TI_GFX_DEBUG
25         bool "enable debug support"
26         help
27           Turns on debugging in the kernel module, install libraries built with
28           debugging enabled, installs various tests and installs esrev script.
29
30 config BR2_PACKAGE_TI_GFX_DEMOS
31         bool "install demos"
32         default y
33         help
34           Install the OGLES2ChameleonMan and OGLES2MagicLantern demos
35
36 config BR2_PACKAGE_TI_GFX_EGLIMAGE
37         bool "install eglimage version of libraries"
38         help
39           Installs OpenGL libaries which support the eglimage api.
40
41 choice
42         prompt "Target"
43         default BR2_PACKAGE_TI_GFX_ES3
44         help
45           Select the SOC for which you would like to install drivers. Please use the
46           chart at
47           http://processors.wiki.ti.com/index.php/OMAP35x_Graphics_SDK_Getting_Started_Guide
48
49 config BR2_PACKAGE_TI_GFX_ES3
50         bool "es3.x (OMAP35xx, AM35xx Rev 3.1+)"
51         help
52           OMAP35xx, AM35xx Rev 3.1+
53
54 config BR2_PACKAGE_TI_GFX_ES5
55         bool "es5.x (AM37xx, DM37xx)"
56         help
57           AM37xx, DM37xx
58
59 config BR2_PACKAGE_TI_GFX_ES6
60         bool "es6.x (AM387x, DMA814x, AM389x, DM816x)"
61         help
62           AM387x, DM814x, AM389x, DM816x
63
64 config BR2_PACKAGE_TI_GFX_ES8
65         bool "es8.x (AM335x)"
66         help
67           AM335x
68
69 endchoice
70
71 endif
72
73 comment "ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built"
74         depends on BR2_arm
75         depends on !(BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC)