Back to home page

OSCL-LXR

 
 

    


0001 config DRM_INGENIC
0002         tristate "DRM Support for Ingenic SoCs"
0003         depends on MIPS || COMPILE_TEST
0004         depends on DRM
0005         depends on CMA
0006         depends on OF
0007         depends on COMMON_CLK
0008         select DRM_BRIDGE
0009         select DRM_PANEL_BRIDGE
0010         select DRM_KMS_HELPER
0011         select DRM_GEM_CMA_HELPER
0012         select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
0013         help
0014           Choose this option for DRM support for the Ingenic SoCs.
0015 
0016           If M is selected the module will be called ingenic-drm.
0017 
0018 if DRM_INGENIC
0019 
0020 config DRM_INGENIC_IPU
0021         bool "IPU support for Ingenic SoCs"
0022         help
0023           Choose this option to enable support for the IPU found in Ingenic SoCs.
0024 
0025           The Image Processing Unit (IPU) will appear as a second primary plane.
0026 
0027 config DRM_INGENIC_DW_HDMI
0028         tristate "Ingenic specific support for Synopsys DW HDMI"
0029         depends on MACH_JZ4780
0030         select DRM_DW_HDMI
0031         help
0032           Choose this option to enable Synopsys DesignWare HDMI based driver.
0033           If you want to enable HDMI on Ingenic JZ4780 based SoC, you should
0034           select this option.
0035 
0036 endif