mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_PL111
|
|
tristate "DRM Support for PL111 CLCD Controller"
|
|
depends on DRM
|
|
depends on ARM || ARM64 || COMPILE_TEST
|
|
depends on COMMON_CLK
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_BRIDGE
|
|
select DRM_PANEL_BRIDGE
|
|
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
|
|
help
|
|
Choose this option for DRM support for the PL111 CLCD controller.
|
|
If M is selected the module will be called pl111_drm.
|
|
|