You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
445 B

  1. menu "Select libdrm build options"
  2. depends on PACKAGE_libdrm
  3. config LIBDRM_INTEL
  4. bool "Intel support"
  5. default y
  6. depends on x86_64 || i386
  7. help
  8. Installs the Intel driver.
  9. config LIBDRM_NOUVEAU
  10. bool "Nouveau support"
  11. default y
  12. depends on x86_64 || i386 || TARGET_tegra
  13. help
  14. Installs the Nouveau driver.
  15. config LIBDRM_RADEON
  16. bool "Radeon support"
  17. default y
  18. depends on x86_64 || i386
  19. help
  20. Installs the Radeon driver.
  21. endmenu