Kconfig 1.4 KB

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