xref: /linux/drivers/gpu/drm/sun4i/Kconfig (revision 9d75b8c0b999663d85cddda2791bb15b5f4a8f4a)
19026e0d1SMaxime Ripardconfig DRM_SUN4I
29026e0d1SMaxime Ripard	tristate "DRM Support for Allwinner A10 Display Engine"
3bebef398SArnd Bergmann	depends on DRM && ARM && COMMON_CLK
49026e0d1SMaxime Ripard	depends on ARCH_SUNXI || COMPILE_TEST
59026e0d1SMaxime Ripard	select DRM_GEM_CMA_HELPER
69026e0d1SMaxime Ripard	select DRM_KMS_HELPER
79026e0d1SMaxime Ripard	select DRM_KMS_CMA_HELPER
89026e0d1SMaxime Ripard	select DRM_PANEL
99026e0d1SMaxime Ripard	select REGMAP_MMIO
109026e0d1SMaxime Ripard	select VIDEOMODE_HELPERS
119026e0d1SMaxime Ripard	help
129026e0d1SMaxime Ripard	  Choose this option if you have an Allwinner SoC with a
139026e0d1SMaxime Ripard	  Display Engine. If M is selected the module will be called
149026e0d1SMaxime Ripard	  sun4i-drm.
15a43a42adSIcenowy Zheng
16a43a42adSIcenowy Zhengconfig DRM_SUN4I_BACKEND
17a43a42adSIcenowy Zheng	tristate "Support for Allwinner A10 Display Engine Backend"
18a43a42adSIcenowy Zheng	depends on DRM_SUN4I
19a43a42adSIcenowy Zheng	default DRM_SUN4I
20a43a42adSIcenowy Zheng	help
21a43a42adSIcenowy Zheng	  Choose this option if you have an Allwinner SoC with the
22a43a42adSIcenowy Zheng	  original Allwinner Display Engine, which has a backend to
23a43a42adSIcenowy Zheng	  do some alpha blending and feed graphics to TCON. If M is
24a43a42adSIcenowy Zheng	  selected the module will be called sun4i-backend.
25*9d75b8c0SIcenowy Zheng
26*9d75b8c0SIcenowy Zhengconfig DRM_SUN8I_MIXER
27*9d75b8c0SIcenowy Zheng	tristate "Support for Allwinner Display Engine 2.0 Mixer"
28*9d75b8c0SIcenowy Zheng	depends on DRM_SUN4I
29*9d75b8c0SIcenowy Zheng	default MACH_SUN8I
30*9d75b8c0SIcenowy Zheng	help
31*9d75b8c0SIcenowy Zheng	  Choose this option if you have an Allwinner SoC with the
32*9d75b8c0SIcenowy Zheng	  Allwinner Display Engine 2.0, which has a mixer to do some
33*9d75b8c0SIcenowy Zheng	  graphics mixture and feed graphics to TCON, If M is
34*9d75b8c0SIcenowy Zheng	  selected the module will be called sun8i-mixer.
35