Kconfig 620 B

1234567891011121314151617181920212223242526272829
  1. config DRM_TEGRA
  2. bool "NVIDIA Tegra DRM"
  3. depends on DRM
  4. select DRM_KMS_HELPER
  5. select FB_SYS_FILLRECT
  6. select FB_SYS_COPYAREA
  7. select FB_SYS_IMAGEBLIT
  8. help
  9. Choose this option if you have an NVIDIA Tegra SoC.
  10. To compile this driver as a module, choose M here: the module
  11. will be called tegra-drm.
  12. if DRM_TEGRA
  13. config DRM_TEGRA_STAGING
  14. bool "Enable HOST1X interface"
  15. depends on STAGING
  16. help
  17. Say yes if HOST1X should be available for userspace DRM users.
  18. If unsure, choose N.
  19. config DRM_TEGRA_DEBUG
  20. bool "NVIDIA Tegra DRM debug support"
  21. help
  22. Say yes here to enable debugging support.
  23. endif