Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config DRM_NOUVEAU
  2. tristate "Nouveau (nVidia) cards"
  3. depends on DRM && PCI
  4. select FW_LOADER
  5. select DRM_KMS_HELPER
  6. select DRM_TTM
  7. select FB_CFB_FILLRECT
  8. select FB_CFB_COPYAREA
  9. select FB_CFB_IMAGEBLIT
  10. select FB
  11. select FRAMEBUFFER_CONSOLE if !EXPERT
  12. select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
  13. select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
  14. select MXM_WMI if ACPI && ACPI_WMI
  15. help
  16. Choose this option for open-source nVidia support.
  17. config DRM_NOUVEAU_BACKLIGHT
  18. bool "Support for backlight control"
  19. depends on DRM_NOUVEAU
  20. default y
  21. help
  22. Say Y here if you want to control the backlight of your display
  23. (e.g. a laptop panel).
  24. config DRM_NOUVEAU_DEBUG
  25. bool "Build in Nouveau's debugfs support"
  26. depends on DRM_NOUVEAU && DEBUG_FS
  27. default y
  28. help
  29. Say Y here if you want Nouveau to output debugging information
  30. via debugfs.
  31. menu "I2C encoder or helper chips"
  32. depends on DRM && DRM_KMS_HELPER && I2C
  33. config DRM_I2C_CH7006
  34. tristate "Chrontel ch7006 TV encoder"
  35. default m if DRM_NOUVEAU
  36. help
  37. Support for Chrontel ch7006 and similar TV encoders, found
  38. on some nVidia video cards.
  39. This driver is currently only useful if you're also using
  40. the nouveau driver.
  41. config DRM_I2C_SIL164
  42. tristate "Silicon Image sil164 TMDS transmitter"
  43. default m if DRM_NOUVEAU
  44. help
  45. Support for sil164 and similar single-link (or dual-link
  46. when used in pairs) TMDS transmitters, used in some nVidia
  47. video cards.
  48. endmenu