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.

11 lines
188 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. endmenu