Kconfig 646 B

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