xref: /linux/drivers/gpu/drm/renesas/rz-du/Kconfig (revision e03ad65cea610b24c6991aebf432d5c6824cd002)
1# SPDX-License-Identifier: GPL-2.0
2config DRM_RZG2L_DU
3	tristate "DRM Support for RZ/G2L Display Unit"
4	depends on ARCH_RZG2L || COMPILE_TEST
5	depends on DRM && OF
6	depends on VIDEO_RENESAS_VSP1
7	select DRM_GEM_DMA_HELPER
8	select DRM_KMS_HELPER
9	select DRM_DISPLAY_HELPER
10	select DRM_BRIDGE_CONNECTOR
11	select VIDEOMODE_HELPERS
12	help
13	  Choose this option if you have an RZ/G2L alike chipset.
14	  If M is selected the module will be called rzg2l-du-drm.
15