brintos

brintos / linux-shallow public Read only

0
0
Text · 463 B · 20fe1d2 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_PL1113	tristate "DRM Support for PL111 CLCD Controller"4	depends on DRM5	depends on ARM || ARM64 || COMPILE_TEST6	depends on VEXPRESS_CONFIG || VEXPRESS_CONFIG=n7	depends on COMMON_CLK8	select DRM_KMS_HELPER9	select DRM_GEM_DMA_HELPER10	select DRM_BRIDGE11	select DRM_PANEL_BRIDGE12	help13	  Choose this option for DRM support for the PL111 CLCD controller.14	  If M is selected the module will be called pl111_drm.15 16