brintos

brintos / linux-shallow public Read only

0
0
Text · 485 B · d3bd2d7 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_TILCDC3	tristate "DRM Support for TI LCDC Display Controller"4	depends on DRM && OF && ARM5	select DRM_KMS_HELPER6	select DRM_GEM_DMA_HELPER7	select DRM_BRIDGE8	select DRM_PANEL_BRIDGE9	select VIDEOMODE_HELPERS10	select BACKLIGHT_CLASS_DEVICE11	help12	  Choose this option if you have an TI SoC with LCDC display13	  controller, for example AM33xx in beagle-bone, DA8xx, or14	  OMAP-L1xx.  This driver replaces the FB_DA8XX fbdev driver.15 16