xref: /linux/drivers/gpu/drm/sun4i/Kconfig (revision a43a42ad9ceae94eca1a80ef072d6a19f0160a57)
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.
15*a43a42adSIcenowy Zheng
16*a43a42adSIcenowy Zhengconfig DRM_SUN4I_BACKEND
17*a43a42adSIcenowy Zheng	tristate "Support for Allwinner A10 Display Engine Backend"
18*a43a42adSIcenowy Zheng	depends on DRM_SUN4I
19*a43a42adSIcenowy Zheng	default DRM_SUN4I
20*a43a42adSIcenowy Zheng	help
21*a43a42adSIcenowy Zheng	  Choose this option if you have an Allwinner SoC with the
22*a43a42adSIcenowy Zheng	  original Allwinner Display Engine, which has a backend to
23*a43a42adSIcenowy Zheng	  do some alpha blending and feed graphics to TCON. If M is
24*a43a42adSIcenowy Zheng	  selected the module will be called sun4i-backend.
25