libdrm: add option to build the nouveau and radeon driver

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
This commit is contained in:
Bernd Kuhls
2021-02-28 11:24:16 +01:00
parent 55ed772eba
commit 240af18f30
2 changed files with 18 additions and 4 deletions
+12
View File
@@ -8,4 +8,16 @@ config LIBDRM_INTEL
help
Installs the Intel driver.
config LIBDRM_NOUVEAU
bool "Nouveau support"
default n
help
Installs the Nouveau driver.
config LIBDRM_RADEON
bool "Radeon support"
default n
help
Installs the Radeon driver.
endmenu