2 tristate "DRM Support for Allwinner A10 Display Engine"
3 depends on DRM && ARM && COMMON_CLK
4 depends on ARCH_SUNXI || COMPILE_TEST
5 select DRM_GEM_CMA_HELPER
7 select DRM_KMS_CMA_HELPER
10 select VIDEOMODE_HELPERS
12 Choose this option if you have an Allwinner SoC with a
13 Display Engine. If M is selected the module will be called
19 tristate "Allwinner A10 HDMI Controller Support"
22 Choose this option if you have an Allwinner SoC with an HDMI
25 config DRM_SUN4I_HDMI_CEC
26 bool "Allwinner A10 HDMI CEC Support"
27 depends on DRM_SUN4I_HDMI
31 Choose this option if you have an Allwinner SoC with an HDMI
32 controller and want to use CEC.
34 config DRM_SUN4I_BACKEND
35 tristate "Support for Allwinner A10 Display Engine Backend"
38 Choose this option if you have an Allwinner SoC with the
39 original Allwinner Display Engine, which has a backend to
40 do some alpha blending and feed graphics to TCON. If M is
41 selected the module will be called sun4i-backend.
43 config DRM_SUN8I_MIXER
44 tristate "Support for Allwinner Display Engine 2.0 Mixer"
47 Choose this option if you have an Allwinner SoC with the
48 Allwinner Display Engine 2.0, which has a mixer to do some
49 graphics mixture and feed graphics to TCON, If M is
50 selected the module will be called sun8i-mixer.