blob: b2e7d4f8a1686c7c370af0e4c49818705163864d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001menu "Select libdrm build options"
2 depends on PACKAGE_libdrm
3
4config LIBDRM_INTEL
5 bool "Intel support"
6 default y
7 depends on x86_64 || i386
8 help
9 Installs the Intel driver.
10
11config LIBDRM_NOUVEAU
12 bool "Nouveau support"
13 default y
14 depends on x86_64 || i386 || TARGET_tegra
15 help
16 Installs the Nouveau driver.
17
18config LIBDRM_RADEON
19 bool "Radeon support"
20 default y
21 depends on x86_64 || i386
22 help
23 Installs the Radeon driver.
24
25endmenu