dda3aee9c85b7ff2b4f02ec32e8d062a28b4e79d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libdrm / Config.in
1 config BR2_PACKAGE_LIBDRM
2         bool "libdrm"
3         select BR2_PACKAGE_LIBPTHREAD_STUBS
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
5         help
6           Direct Rendering Manager
7
8           http://dri.freedesktop.org/libdrm/
9
10 if BR2_PACKAGE_LIBDRM
11
12 config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
13         bool "Install test programs"
14         help
15           This option allows to install the libdrm test programs.
16
17 menu "DRM Drivers"
18
19 config BR2_PACKAGE_LIBDRM_INTEL
20         bool "intel"
21         select BR2_PACKAGE_LIBATOMIC_OPS
22         select BR2_PACKAGE_LIBPCIACCESS
23         depends on BR2_i386 || BR2_x86_64
24         help
25           installs intel graphics driver
26
27 config BR2_PACKAGE_LIBDRM_RADEON
28         bool "radeon"
29         help
30           install AMD/ATI graphics driver
31
32 config BR2_PACKAGE_LIBDRM_NOUVEAU
33         bool "nouveau"
34         depends on BR2_i386 || BR2_x86_64
35         help
36           install Nvidia graphics driver
37
38 config BR2_PACKAGE_LIBDRM_VMWGFX
39         bool "vmwgfx"
40         depends on BR2_i386 || BR2_x86_64
41         help
42           installs Vmware graphics driver
43
44 config BR2_PACKAGE_LIBDRM_OMAP
45         bool "omap (experimental)"
46         depends on BR2_arm
47         help
48           install the TI OMAP driver using an experimental API.
49
50 config BR2_PACKAGE_LIBDRM_EXYNOS
51         bool "exynos (experimental)"
52         depends on BR2_arm
53         help
54           installs Samsung Exynos driver using an experimental API.
55
56 config BR2_PACKAGE_LIBDRM_FREEDRENO
57         bool "freedreno (experimental)"
58         depends on BR2_arm
59         help
60           install Qualcomm Snapdragon driver using an experimental API.
61
62 endmenu
63
64 endif
65
66 comment "libdrm needs a toolchain w/ threads"
67         depends on !BR2_TOOLCHAIN_HAS_THREADS