Kconfig 477 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_FSL_DCU
  3. tristate "DRM Support for Freescale DCU"
  4. depends on DRM && OF && ARM && COMMON_CLK
  5. select BACKLIGHT_CLASS_DEVICE
  6. select DRM_CLIENT_SELECTION
  7. select DRM_GEM_DMA_HELPER
  8. select DRM_KMS_HELPER
  9. select DRM_PANEL
  10. select REGMAP_MMIO
  11. select VIDEOMODE_HELPERS
  12. select MFD_SYSCON if SOC_LS1021A
  13. help
  14. Choose this option if you have an Freescale DCU chipset.
  15. If M is selected the module will be called fsl-dcu-drm.