forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/sun4i/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_SUN4I
23 tristate "DRM Support for Allwinner A10 Display Engine"
34 depends on DRM && (ARM || ARM64) && COMMON_CLK
....@@ -16,18 +17,18 @@
1617 if DRM_SUN4I
1718
1819 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
2223 Choose this option if you have an Allwinner SoC with an HDMI
2324 controller.
2425
2526 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
3132 Choose this option if you have an Allwinner SoC with an HDMI
3233 controller and want to use CEC.
3334
....@@ -45,10 +46,12 @@
4546 default MACH_SUN8I
4647 select CRC_CCITT
4748 select DRM_MIPI_DSI
49
+ select RESET_CONTROLLER
50
+ select PHY_SUN6I_MIPI_DPHY
4851 help
4952 Choose this option if you want have an Allwinner SoC with
5053 MIPI-DSI support. If M is selected the module will be called
51
- sun6i-dsi
54
+ sun6i_mipi_dsi.
5255
5356 config DRM_SUN8I_DW_HDMI
5457 tristate "Support for Allwinner version of DesignWare HDMI"