14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_FSL_DCU3 tristate "DRM Support for Freescale DCU"4 depends on DRM && OF && ARM && COMMON_CLK5 select BACKLIGHT_CLASS_DEVICE6 select DRM_GEM_DMA_HELPER7 select DRM_KMS_HELPER8 select DRM_PANEL9 select REGMAP_MMIO10 select VIDEOMODE_HELPERS11 help12 Choose this option if you have an Freescale DCU chipset.13 If M is selected the module will be called fsl-dcu-drm.14