Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 ACPI_WMI if ACPI
  15. select MXM_WMI if ACPI
  16. help
  17. Choose this option for open-source nVidia support.
  18. config DRM_NOUVEAU_BACKLIGHT
  19. bool "Support for backlight control"
  20. depends on DRM_NOUVEAU
  21. default y
  22. help
  23. Say Y here if you want to control the backlight of your display
  24. (e.g. a laptop panel).
  25. config DRM_NOUVEAU_DEBUG
  26. bool "Build in Nouveau's debugfs support"
  27. depends on DRM_NOUVEAU && DEBUG_FS
  28. default y
  29. help
  30. Say Y here if you want Nouveau to output debugging information
  31. via debugfs.
  32. menu "I2C encoder or helper chips"
  33. depends on DRM && DRM_KMS_HELPER && I2C
  34. config DRM_I2C_CH7006
  35. tristate "Chrontel ch7006 TV encoder"
  36. default m if DRM_NOUVEAU
  37. help
  38. Support for Chrontel ch7006 and similar TV encoders, found
  39. on some nVidia video cards.
  40. This driver is currently only useful if you're also using
  41. the nouveau driver.
  42. config DRM_I2C_SIL164
  43. tristate "Silicon Image sil164 TMDS transmitter"
  44. default m if DRM_NOUVEAU
  45. help
  46. Support for sil164 and similar single-link (or dual-link
  47. when used in pairs) TMDS transmitters, used in some nVidia
  48. video cards.
  49. endmenu