xref: /linux/drivers/gpu/drm/sun4i/Kconfig (revision f4c08112ad35f6a1eb7ba498a47cc58c08a175a8)
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
16*f4c08112SMaxime Ripardif DRM_SUN4I
17*f4c08112SMaxime Ripard
189c568101SMaxime Ripardconfig DRM_SUN4I_HDMI
199c568101SMaxime Ripard       tristate "Allwinner A10 HDMI Controller Support"
209c568101SMaxime Ripard       default DRM_SUN4I
219c568101SMaxime Ripard       help
229c568101SMaxime Ripard	  Choose this option if you have an Allwinner SoC with an HDMI
239c568101SMaxime Ripard	  controller.
249c568101SMaxime Ripard
25a43a42adSIcenowy Zhengconfig DRM_SUN4I_BACKEND
26a43a42adSIcenowy Zheng	tristate "Support for Allwinner A10 Display Engine Backend"
27a43a42adSIcenowy Zheng	default DRM_SUN4I
28a43a42adSIcenowy Zheng	help
29a43a42adSIcenowy Zheng	  Choose this option if you have an Allwinner SoC with the
30a43a42adSIcenowy Zheng	  original Allwinner Display Engine, which has a backend to
31a43a42adSIcenowy Zheng	  do some alpha blending and feed graphics to TCON. If M is
32a43a42adSIcenowy Zheng	  selected the module will be called sun4i-backend.
339d75b8c0SIcenowy Zheng
349d75b8c0SIcenowy Zhengconfig DRM_SUN8I_MIXER
359d75b8c0SIcenowy Zheng	tristate "Support for Allwinner Display Engine 2.0 Mixer"
369d75b8c0SIcenowy Zheng	default MACH_SUN8I
379d75b8c0SIcenowy Zheng	help
389d75b8c0SIcenowy Zheng	  Choose this option if you have an Allwinner SoC with the
399d75b8c0SIcenowy Zheng	  Allwinner Display Engine 2.0, which has a mixer to do some
409d75b8c0SIcenowy Zheng	  graphics mixture and feed graphics to TCON, If M is
419d75b8c0SIcenowy Zheng	  selected the module will be called sun8i-mixer.
42*f4c08112SMaxime Ripard
43*f4c08112SMaxime Ripardendif
44