1 config BR2_PACKAGE_LIBDRM
3 select BR2_PACKAGE_LIBPTHREAD_STUBS
4 depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
6 Direct Rendering Manager
8 http://dri.freedesktop.org/libdrm/
12 config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
13 bool "Install test programs"
15 This option allows to install the libdrm test programs.
19 config BR2_PACKAGE_LIBDRM_INTEL
21 select BR2_PACKAGE_LIBATOMIC_OPS
22 select BR2_PACKAGE_LIBPCIACCESS
23 depends on BR2_i386 || BR2_x86_64
25 Install intel graphics driver.
27 config BR2_PACKAGE_LIBDRM_RADEON
30 Install AMD/ATI graphics driver.
32 config BR2_PACKAGE_LIBDRM_AMDGPU
35 Install AMD GPU driver.
37 config BR2_PACKAGE_LIBDRM_NOUVEAU
40 Install NVIDIA graphics driver.
42 config BR2_PACKAGE_LIBDRM_VMWGFX
44 depends on BR2_i386 || BR2_x86_64
46 Installs Vmware graphics driver.
48 config BR2_PACKAGE_LIBDRM_OMAP
49 bool "omap (experimental)"
52 Install the TI OMAP driver using an experimental API.
54 config BR2_PACKAGE_LIBDRM_EXYNOS
55 bool "exynos (experimental)"
58 Install Samsung Exynos driver using an experimental API.
60 config BR2_PACKAGE_LIBDRM_FREEDRENO
62 depends on BR2_arm || BR2_aarch64 || BR2_aarch64_be
64 Install Qualcomm Snapdragon driver.
66 config BR2_PACKAGE_LIBDRM_TEGRA
67 bool "tegra (experimental)"
70 Install NVIDIA Tegra driver using an experimental API.
76 comment "libdrm needs a toolchain w/ threads"
77 depends on !BR2_TOOLCHAIN_HAS_THREADS