0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_TILCDC
0003 tristate "DRM Support for TI LCDC Display Controller"
0004 depends on DRM && OF && ARM
0005 select DRM_KMS_HELPER
0006 select DRM_GEM_CMA_HELPER
0007 select DRM_BRIDGE
0008 select DRM_PANEL_BRIDGE
0009 select VIDEOMODE_HELPERS
0010 select BACKLIGHT_CLASS_DEVICE
0011 help
0012 Choose this option if you have an TI SoC with LCDC display
0013 controller, for example AM33xx in beagle-bone, DA8xx, or
0014 OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.
0015