brintos

brintos / linux-shallow public Read only

0
0
Text · 1014 B · 8cd7b75 Raw
40 lines · plain
1config DRM_INGENIC2	tristate "DRM Support for Ingenic SoCs"3	depends on MIPS || COMPILE_TEST4	depends on DRM5	depends on CMA6	depends on OF7	depends on COMMON_CLK8	select DRM_BRIDGE9	select DRM_PANEL_BRIDGE10	select DRM_KMS_HELPER11	select DRM_DISPLAY_HELPER12	select DRM_BRIDGE_CONNECTOR13	select DRM_GEM_DMA_HELPER14	select REGMAP15	select REGMAP_MMIO16	help17	  Choose this option for DRM support for the Ingenic SoCs.18 19	  If M is selected the module will be called ingenic-drm.20 21if DRM_INGENIC22 23config DRM_INGENIC_IPU24	bool "IPU support for Ingenic SoCs"25	help26	  Choose this option to enable support for the IPU found in Ingenic SoCs.27 28	  The Image Processing Unit (IPU) will appear as a second primary plane.29 30config DRM_INGENIC_DW_HDMI31	tristate "Ingenic specific support for Synopsys DW HDMI"32	depends on MACH_JZ478033	select DRM_DW_HDMI34	help35	  Choose this option to enable Synopsys DesignWare HDMI based driver.36	  If you want to enable HDMI on Ingenic JZ4780 based SoC, you should37	  select this option.38 39endif40