| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config DRM_SUN4I |
|---|
| 2 | 3 | tristate "DRM Support for Allwinner A10 Display Engine" |
|---|
| 3 | 4 | depends on DRM && (ARM || ARM64) && COMMON_CLK |
|---|
| .. | .. |
|---|
| 16 | 17 | if DRM_SUN4I |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | config DRM_SUN4I_HDMI |
|---|
| 19 | | - tristate "Allwinner A10 HDMI Controller Support" |
|---|
| 20 | | - default DRM_SUN4I |
|---|
| 21 | | - help |
|---|
| 20 | + tristate "Allwinner A10 HDMI Controller Support" |
|---|
| 21 | + default DRM_SUN4I |
|---|
| 22 | + help |
|---|
| 22 | 23 | Choose this option if you have an Allwinner SoC with an HDMI |
|---|
| 23 | 24 | controller. |
|---|
| 24 | 25 | |
|---|
| 25 | 26 | config DRM_SUN4I_HDMI_CEC |
|---|
| 26 | | - bool "Allwinner A10 HDMI CEC Support" |
|---|
| 27 | | - depends on DRM_SUN4I_HDMI |
|---|
| 28 | | - select CEC_CORE |
|---|
| 29 | | - select CEC_PIN |
|---|
| 30 | | - help |
|---|
| 27 | + bool "Allwinner A10 HDMI CEC Support" |
|---|
| 28 | + depends on DRM_SUN4I_HDMI |
|---|
| 29 | + select CEC_CORE |
|---|
| 30 | + select CEC_PIN |
|---|
| 31 | + help |
|---|
| 31 | 32 | Choose this option if you have an Allwinner SoC with an HDMI |
|---|
| 32 | 33 | controller and want to use CEC. |
|---|
| 33 | 34 | |
|---|
| .. | .. |
|---|
| 45 | 46 | default MACH_SUN8I |
|---|
| 46 | 47 | select CRC_CCITT |
|---|
| 47 | 48 | select DRM_MIPI_DSI |
|---|
| 49 | + select RESET_CONTROLLER |
|---|
| 50 | + select PHY_SUN6I_MIPI_DPHY |
|---|
| 48 | 51 | help |
|---|
| 49 | 52 | Choose this option if you want have an Allwinner SoC with |
|---|
| 50 | 53 | MIPI-DSI support. If M is selected the module will be called |
|---|
| 51 | | - sun6i-dsi |
|---|
| 54 | + sun6i_mipi_dsi. |
|---|
| 52 | 55 | |
|---|
| 53 | 56 | config DRM_SUN8I_DW_HDMI |
|---|
| 54 | 57 | tristate "Support for Allwinner version of DesignWare HDMI" |
|---|