The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / freescale-imx / gpu-amd-bin-mx51 / Config.in
1 comment "gpu-amd-bin-mx51 needs an (e)glibc EABI toolchain w/ C++"
2         depends on BR2_arm
3         depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC || \
4                 !BR2_INSTALL_LIBSTDCPP
5
6 config BR2_PACKAGE_GPU_AMD_BIN_MX51
7         bool "gpu-amd-bin-mx51 (also imx53)"
8         select BR2_PACKAGE_HAS_LIBEGL
9         select BR2_PACKAGE_HAS_LIBGLES
10         select BR2_PACKAGE_HAS_LIBOPENVG
11         depends on BR2_ARM_EABI
12         depends on BR2_TOOLCHAIN_USES_GLIBC
13         depends on BR2_INSTALL_LIBSTDCPP
14         help
15           Freescale libraries, headers and executables for the
16           AMD GPU on i.MX5x, containing OpenGL/ES, OpenVG
17           and EGL support.
18
19 if BR2_PACKAGE_GPU_AMD_BIN_MX51
20
21 choice
22         prompt "Output option"
23         help
24           There are two versions of this library: one for
25           direct framebuffer access, one for X11 rendering.
26           Choose here which version to install.
27
28 config BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11
29         depends on BR2_PACKAGE_XORG7
30         select BR2_PACKAGE_LIBXCB
31         select BR2_PACKAGE_XLIB_LIBX11
32         select BR2_PACKAGE_XLIB_LIBXEXT
33         select BR2_PACKAGE_XLIB_LIBXRENDER
34         select BR2_PACKAGE_XLIB_LIBXDMCP
35         select BR2_PACKAGE_XLIB_LIBXAU
36         bool "X11"
37
38 comment "X11 backend needs X.org enabled"
39         depends on !BR2_PACKAGE_XORG7
40
41 config BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_FB
42         bool "Framebuffer"
43
44 endchoice
45
46 config BR2_PACKAGE_PROVIDES_LIBEGL
47         default "gpu-amd-bin-mx51"
48
49 config BR2_PACKAGE_PROVIDES_LIBGLES
50         default "gpu-amd-bin-mx51"
51
52 config BR2_PACKAGE_PROVIDES_LIBOPENVG
53         default "gpu-amd-bin-mx51"
54
55 config BR2_PACKAGE_GPU_AMD_BIN_MX51_EXAMPLES
56         bool "install examples"
57         help
58           Copy the examples to the target.
59
60 endif