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_CLIENT_SELECTION 8 select DRM_GEM_DMA_HELPER 9 select DRM_KMS_HELPER 10 select DRM_DISPLAY_HELPER 11 select DRM_BRIDGE_CONNECTOR 12 select VIDEOMODE_HELPERS 13 help 14 Choose this option if you have an RZ/G2L alike chipset. 15 If M is selected the module will be called rzg2l-du-drm. 16 17config DRM_RZG2L_MIPI_DSI 18 tristate "RZ/G2L MIPI DSI Encoder Support" 19 depends on DRM && DRM_BRIDGE && OF 20 depends on ARCH_RENESAS || COMPILE_TEST 21 select DRM_MIPI_DSI 22 help 23 Enable support for the RZ/G2L Display Unit embedded MIPI DSI encoders. 24