Kconfig 743 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_STM
  3. tristate "DRM Support for STMicroelectronics SoC Series"
  4. depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM)
  5. select DRM_KMS_HELPER
  6. select DRM_GEM_CMA_HELPER
  7. select DRM_KMS_CMA_HELPER
  8. select DRM_PANEL_BRIDGE
  9. select VIDEOMODE_HELPERS
  10. select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB
  11. help
  12. Enable support for the on-chip display controller on
  13. STMicroelectronics STM32 MCUs.
  14. To compile this driver as a module, choose M here: the module
  15. will be called stm-drm.
  16. config DRM_STM_DSI
  17. tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"
  18. depends on DRM_STM
  19. select DRM_DW_MIPI_DSI
  20. help
  21. Choose this option for MIPI DSI support on STMicroelectronics SoC.