Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. config DRM_NOUVEAU
  2. tristate "Nouveau (nVidia) cards"
  3. depends on DRM
  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 !EMBEDDED
  12. select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
  13. help
  14. Choose this option for open-source nVidia support.
  15. config DRM_NOUVEAU_BACKLIGHT
  16. bool "Support for backlight control"
  17. depends on DRM_NOUVEAU
  18. default y
  19. help
  20. Say Y here if you want to control the backlight of your display
  21. (e.g. a laptop panel).
  22. config DRM_NOUVEAU_DEBUG
  23. bool "Build in Nouveau's debugfs support"
  24. depends on DRM_NOUVEAU && DEBUG_FS
  25. default y
  26. help
  27. Say Y here if you want Nouveau to output debugging information
  28. via debugfs.
  29. menu "I2C encoder or helper chips"
  30. depends on DRM && DRM_KMS_HELPER && I2C
  31. config DRM_I2C_CH7006
  32. tristate "Chrontel ch7006 TV encoder"
  33. default m if DRM_NOUVEAU
  34. help
  35. Support for Chrontel ch7006 and similar TV encoders, found
  36. on some nVidia video cards.
  37. This driver is currently only useful if you're also using
  38. the nouveau driver.
  39. endmenu