treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / gpu / drm / pl111 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
bed41005
TC
2config DRM_PL111
3 tristate "DRM Support for PL111 CLCD Controller"
4 depends on DRM
5 depends on ARM || ARM64 || COMPILE_TEST
032838f9 6 depends on COMMON_CLK
bed41005
TC
7 select DRM_KMS_HELPER
8 select DRM_KMS_CMA_HELPER
9 select DRM_GEM_CMA_HELPER
001485d5
LW
10 select DRM_BRIDGE
11 select DRM_PANEL_BRIDGE
bed41005
TC
12 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
13 help
14 Choose this option for DRM support for the PL111 CLCD controller.
15 If M is selected the module will be called pl111_drm.
16