config BR2_PACKAGE_LIBDRM bool "libdrm" select BR2_PACKAGE_LIBPTHREAD_STUBS depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs help Direct Rendering Manager http://dri.freedesktop.org/libdrm/ if BR2_PACKAGE_LIBDRM config BR2_PACKAGE_LIBDRM_INSTALL_TESTS bool "Install test programs" help This option allows to install the libdrm test programs. menu "DRM Drivers" config BR2_PACKAGE_LIBDRM_INTEL bool "intel" select BR2_PACKAGE_LIBATOMIC_OPS select BR2_PACKAGE_LIBPCIACCESS depends on BR2_i386 || BR2_x86_64 help Install intel graphics driver. config BR2_PACKAGE_LIBDRM_RADEON bool "radeon" help Install AMD/ATI graphics driver. config BR2_PACKAGE_LIBDRM_AMDGPU bool "amdgpu" help Install AMD GPU driver. config BR2_PACKAGE_LIBDRM_NOUVEAU bool "nouveau" depends on BR2_i386 || BR2_x86_64 help Install NVIDIA graphics driver. config BR2_PACKAGE_LIBDRM_VMWGFX bool "vmwgfx" depends on BR2_i386 || BR2_x86_64 help Installs Vmware graphics driver. config BR2_PACKAGE_LIBDRM_OMAP bool "omap (experimental)" depends on BR2_arm help Install the TI OMAP driver using an experimental API. config BR2_PACKAGE_LIBDRM_EXYNOS bool "exynos (experimental)" depends on BR2_arm help Install Samsung Exynos driver using an experimental API. config BR2_PACKAGE_LIBDRM_FREEDRENO bool "freedreno" depends on BR2_arm || BR2_aarch64 || BR2_aarch64_be help Install Qualcomm Snapdragon driver. config BR2_PACKAGE_LIBDRM_TEGRA bool "tegra (experimental)" depends on BR2_arm help Install NVIDIA Tegra driver using an experimental API. endmenu endif comment "libdrm needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS