Kconfig 1.5 KB

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