# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_DRM_SUN4I[0m tristate "DRM Support for Allwinner A10 Display Engine" depends on [31mCONFIG_DRM[0m && ([31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m) && [31mCONFIG_COMMON_CLK[0m depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_DRM_GEM_CMA_HELPER[0m select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_KMS_CMA_HELPER[0m select [31mCONFIG_DRM_PANEL[0m select [31mCONFIG_REGMAP_MMIO[0m select [31mCONFIG_VIDEOMODE_HELPERS[0m help Choose this option if you have an Allwinner SoC with a Display Engine. If [31mCONFIG_M[0m is selected the module will be called sun4i-drm. if [31mCONFIG_DRM_SUN4I[0m config [31mCONFIG_DRM_SUN4I_HDMI[0m tristate "Allwinner A10 HDMI Controller Support" default [31mCONFIG_DRM_SUN4I[0m help Choose this option if you have an Allwinner SoC with an [31mCONFIG_HDMI[0m controller. config [31mCONFIG_DRM_SUN4I_HDMI_CEC[0m bool "Allwinner A10 HDMI CEC Support" depends on [31mCONFIG_DRM_SUN4I_HDMI[0m select [31mCONFIG_CEC_CORE[0m select [31mCONFIG_CEC_PIN[0m help Choose this option if you have an Allwinner SoC with an [31mCONFIG_HDMI[0m controller and want to use CEC. config [31mCONFIG_DRM_SUN4I_BACKEND[0m tristate "Support for Allwinner A10 Display Engine Backend" default [31mCONFIG_DRM_SUN4I[0m 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 [31mCONFIG_M[0m is selected the module will be called sun4i-backend. config [31mCONFIG_DRM_SUN6I_DSI[0m tristate "Allwinner A31 MIPI-DSI Controller Support" default [31mCONFIG_MACH_SUN8I[0m select [31mCONFIG_CRC_CCITT[0m select [31mCONFIG_DRM_MIPI_DSI[0m select [31mCONFIG_PHY_SUN6I_MIPI_DPHY[0m help Choose this option if you want have an Allwinner SoC with MIPI-DSI support. If [31mCONFIG_M[0m is selected the module will be called sun6i_mipi_dsi. config [31mCONFIG_DRM_SUN8I_DW_HDMI[0m tristate "Support for Allwinner version of DesignWare HDMI" depends on [31mCONFIG_DRM_SUN4I[0m select [31mCONFIG_DRM_DW_HDMI[0m help Choose this option if you have an Allwinner SoC with the DesignWare [31mCONFIG_HDMI[0m controller with custom [31mCONFIG_HDMI[0m PHY. If [31mCONFIG_M[0m is selected the module will be called sun8i_dw_hdmi. config [31mCONFIG_DRM_SUN8I_MIXER[0m tristate "Support for Allwinner Display Engine 2.0 Mixer" default [31mCONFIG_MACH_SUN8I[0m 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 [31mCONFIG_M[0m is selected the module will be called sun8i-mixer. config [31mCONFIG_DRM_SUN8I_TCON_TOP[0m tristate default [31mCONFIG_DRM_SUN4I[0m if [31mCONFIG_DRM_SUN8I_MIXER[0m!=n help TCON TOP is responsible for configuring display pipeline for HTMI, TVE and LCD. endif |