1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/libs/libdrm/Config.in
Daniel Golle 45951a9fc8
libdrm: update to version 2.4.107
Change to select features by default.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-07 00:20:31 +01:00

26 lines
445 B
Plaintext

menu "Select libdrm build options"
depends on PACKAGE_libdrm
config LIBDRM_INTEL
bool "Intel support"
default y
depends on x86_64 || i386
help
Installs the Intel driver.
config LIBDRM_NOUVEAU
bool "Nouveau support"
default y
depends on x86_64 || i386 || TARGET_tegra
help
Installs the Nouveau driver.
config LIBDRM_RADEON
bool "Radeon support"
default y
depends on x86_64 || i386
help
Installs the Radeon driver.
endmenu