Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_PL111
0003         tristate "DRM Support for PL111 CLCD Controller"
0004         depends on DRM
0005         depends on ARM || ARM64 || COMPILE_TEST
0006         depends on VEXPRESS_CONFIG || VEXPRESS_CONFIG=n
0007         depends on COMMON_CLK
0008         select DRM_KMS_HELPER
0009         select DRM_GEM_CMA_HELPER
0010         select DRM_BRIDGE
0011         select DRM_PANEL_BRIDGE
0012         select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
0013         help
0014           Choose this option for DRM support for the PL111 CLCD controller.
0015           If M is selected the module will be called pl111_drm.
0016