1config DRM_SUN4I 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 6 select DRM_KMS_HELPER 7 select DRM_KMS_CMA_HELPER 8 select DRM_PANEL 9 select REGMAP_MMIO 10 select VIDEOMODE_HELPERS 11 help 12 Choose this option if you have an Allwinner SoC with a 13 Display Engine. If M is selected the module will be called 14 sun4i-drm. 15 16config DRM_SUN4I_HDMI 17 tristate "Allwinner A10 HDMI Controller Support" 18 depends on DRM_SUN4I 19 default DRM_SUN4I 20 help 21 Choose this option if you have an Allwinner SoC with an HDMI 22 controller. 23 24config DRM_SUN4I_BACKEND 25 tristate "Support for Allwinner A10 Display Engine Backend" 26 depends on DRM_SUN4I 27 default DRM_SUN4I 28 help 29 Choose this option if you have an Allwinner SoC with the 30 original Allwinner Display Engine, which has a backend to 31 do some alpha blending and feed graphics to TCON. If M is 32 selected the module will be called sun4i-backend. 33 34config DRM_SUN8I_MIXER 35 tristate "Support for Allwinner Display Engine 2.0 Mixer" 36 depends on DRM_SUN4I 37 default MACH_SUN8I 38 help 39 Choose this option if you have an Allwinner SoC with the 40 Allwinner Display Engine 2.0, which has a mixer to do some 41 graphics mixture and feed graphics to TCON, If M is 42 selected the module will be called sun8i-mixer. 43