1config DRM_FSL_DCU 2 tristate "DRM Support for Freescale DCU" 3 depends on DRM && OF && ARM && COMMON_CLK 4 select BACKLIGHT_CLASS_DEVICE 5 select DRM_KMS_HELPER 6 select DRM_KMS_CMA_HELPER 7 select DRM_PANEL 8 select REGMAP_MMIO 9 select VIDEOMODE_HELPERS 10 help 11 Choose this option if you have an Freescale DCU chipset. 12 If M is selected the module will be called fsl-dcu-drm. 13