brintos

brintos / linux-shallow public Read only

0
0
Text · 701 B · 89bdb59 Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.02config DRM_RZG2L_DU3	tristate "DRM Support for RZ/G2L Display Unit"4	depends on ARCH_RZG2L || COMPILE_TEST5	depends on DRM && OF6	depends on VIDEO_RENESAS_VSP17	select DRM_GEM_DMA_HELPER8	select DRM_KMS_HELPER9	select DRM_DISPLAY_HELPER10	select DRM_BRIDGE_CONNECTOR11	select VIDEOMODE_HELPERS12	help13	  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 16config DRM_RZG2L_MIPI_DSI17	tristate "RZ/G2L MIPI DSI Encoder Support"18	depends on DRM && DRM_BRIDGE && OF19	depends on ARCH_RENESAS || COMPILE_TEST20	select DRM_MIPI_DSI21	help22	  Enable support for the RZ/G2L Display Unit embedded MIPI DSI encoders.23