package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / libdrm / Config.in
blob445a85bf5b9e5b496338006aeddd2965c5c6392e
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
8           http://dri.freedesktop.org/libdrm/
10 if BR2_PACKAGE_LIBDRM
12 config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
13         bool "Install test programs"
14         help
15           This option allows to install the libdrm test programs.
17 menu "DRM Drivers"
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           Install intel graphics driver.
27 config BR2_PACKAGE_LIBDRM_RADEON
28         bool "radeon"
29         help
30           Install AMD/ATI graphics driver.
32 config BR2_PACKAGE_LIBDRM_AMDGPU
33         bool "amdgpu"
34         help
35           Install AMD GPU driver.
37 config BR2_PACKAGE_LIBDRM_NOUVEAU
38         bool "nouveau"
39         help
40           Install NVIDIA graphics driver.
42 config BR2_PACKAGE_LIBDRM_VMWGFX
43         bool "vmwgfx"
44         depends on BR2_i386 || BR2_x86_64
45         help
46           Installs Vmware graphics driver.
48 config BR2_PACKAGE_LIBDRM_OMAP
49         bool "omap (experimental)"
50         depends on BR2_arm
51         help
52           Install the TI OMAP driver using an experimental API.
54 config BR2_PACKAGE_LIBDRM_EXYNOS
55         bool "exynos (experimental)"
56         depends on BR2_arm
57         help
58           Install Samsung Exynos driver using an experimental API.
60 config BR2_PACKAGE_LIBDRM_FREEDRENO
61         bool "freedreno"
62         depends on BR2_arm || BR2_aarch64 || BR2_aarch64_be
63         help
64           Install Qualcomm Snapdragon driver.
66 config BR2_PACKAGE_LIBDRM_TEGRA
67         bool "tegra (experimental)"
68         depends on BR2_arm
69         help
70           Install NVIDIA Tegra driver using an experimental API.
72 endmenu
74 endif
76 comment "libdrm needs a toolchain w/ threads"
77         depends on !BR2_TOOLCHAIN_HAS_THREADS