Kconfig 523 B

1234567891011121314151617181920212223
  1. config DRM_TEGRA
  2. tristate "NVIDIA Tegra DRM"
  3. depends on DRM && OF && ARCH_TEGRA
  4. select DRM_KMS_HELPER
  5. select DRM_GEM_CMA_HELPER
  6. select DRM_KMS_CMA_HELPER
  7. select FB_CFB_FILLRECT
  8. select FB_CFB_COPYAREA
  9. select FB_CFB_IMAGEBLIT
  10. help
  11. Choose this option if you have an NVIDIA Tegra SoC.
  12. To compile this driver as a module, choose M here: the module
  13. will be called tegra-drm.
  14. if DRM_TEGRA
  15. config DRM_TEGRA_DEBUG
  16. bool "NVIDIA Tegra DRM debug support"
  17. help
  18. Say yes here to enable debugging support.
  19. endif