]> Git Repo - J-linux.git/blob - drivers/gpu/drm/pl111/Kconfig
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / gpu / drm / pl111 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config DRM_PL111
3         tristate "DRM Support for PL111 CLCD Controller"
4         depends on DRM
5         depends on ARM || ARM64 || COMPILE_TEST
6         depends on VEXPRESS_CONFIG || VEXPRESS_CONFIG=n
7         depends on COMMON_CLK
8         select DRM_KMS_HELPER
9         select DRM_GEM_DMA_HELPER
10         select DRM_BRIDGE
11         select DRM_PANEL_BRIDGE
12         help
13           Choose this option for DRM support for the PL111 CLCD controller.
14           If M is selected the module will be called pl111_drm.
15
This page took 0.028747 seconds and 4 git commands to generate.