Kconfig 712 B

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