2015-10-29 09:36:23 +01:00
config DRM_SUN4I
tristate "DRM Support for Allwinner A10 Display Engine"
2018-03-01 22:34:39 +01:00
depends on DRM && (ARM || ARM64) && COMMON_CLK
2015-10-29 09:36:23 +01:00
depends on ARCH_SUNXI || COMPILE_TEST
select DRM_GEM_CMA_HELPER
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_PANEL
select REGMAP_MMIO
select VIDEOMODE_HELPERS
help
Choose this option if you have an Allwinner SoC with a
Display Engine. If M is selected the module will be called
sun4i-drm.
2017-05-17 22:47:19 +08:00
2017-07-13 11:54:00 +02:00
if DRM_SUN4I
2017-05-27 18:09:35 +02:00
config DRM_SUN4I_HDMI
tristate "Allwinner A10 HDMI Controller Support"
default DRM_SUN4I
help
Choose this option if you have an Allwinner SoC with an HDMI
controller.
2017-07-11 08:30:44 +02:00
config DRM_SUN4I_HDMI_CEC
bool "Allwinner A10 HDMI CEC Support"
depends on DRM_SUN4I_HDMI
select CEC_CORE
2017-09-21 22:34:54 +02:00
select CEC_PIN
2017-07-11 08:30:44 +02:00
help
Choose this option if you have an Allwinner SoC with an HDMI
controller and want to use CEC.
2017-05-17 22:47:19 +08:00
config DRM_SUN4I_BACKEND
tristate "Support for Allwinner A10 Display Engine Backend"
default DRM_SUN4I
help
Choose this option if you have an Allwinner SoC with the
original Allwinner Display Engine, which has a backend to
do some alpha blending and feed graphics to TCON. If M is
selected the module will be called sun4i-backend.
2017-05-17 22:47:20 +08:00
2018-04-04 11:57:11 +02:00
config DRM_SUN6I_DSI
tristate "Allwinner A31 MIPI-DSI Controller Support"
default MACH_SUN8I
select CRC_CCITT
select DRM_MIPI_DSI
help
Choose this option if you want have an Allwinner SoC with
MIPI-DSI support. If M is selected the module will be called
sun6i-dsi
2018-02-14 21:09:04 +01:00
config DRM_SUN8I_DW_HDMI
tristate "Support for Allwinner version of DesignWare HDMI"
depends on DRM_SUN4I
select DRM_DW_HDMI
help
Choose this option if you have an Allwinner SoC with the
DesignWare HDMI controller with custom HDMI PHY. If M is
selected the module will be called sun8i_dw_hdmi.
2017-05-17 22:47:20 +08:00
config DRM_SUN8I_MIXER
tristate "Support for Allwinner Display Engine 2.0 Mixer"
default MACH_SUN8I
help
Choose this option if you have an Allwinner SoC with the
Allwinner Display Engine 2.0, which has a mixer to do some
graphics mixture and feed graphics to TCON, If M is
selected the module will be called sun8i-mixer.
2017-07-13 11:54:00 +02:00
endif