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.

23 lines
375 B

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