forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/omapdrm/dss/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config OMAP2_DSS_INIT
23 bool
34
....@@ -5,12 +6,12 @@
56 tristate
67
78 menuconfig OMAP2_DSS
8
- tristate "OMAP2+ Display Subsystem support"
9
+ tristate "OMAP2+ Display Subsystem support"
910 select OMAP_DSS_BASE
1011 select VIDEOMODE_HELPERS
1112 select OMAP2_DSS_INIT
1213 select HDMI
13
- help
14
+ help
1415 OMAP2+ Display Subsystem support.
1516
1617 if OMAP2_DSS
....@@ -51,7 +52,7 @@
5152
5253 config OMAP2_DSS_VENC
5354 bool "VENC support"
54
- default y
55
+ default y
5556 help
5657 OMAP Video Encoder support for S-Video and composite TV-out.
5758
....@@ -60,7 +61,7 @@
6061
6162 config OMAP4_DSS_HDMI
6263 bool "HDMI support for OMAP4"
63
- default y
64
+ default y
6465 select OMAP2_DSS_HDMI_COMMON
6566 help
6667 HDMI support for OMAP4 based SoCs.
....@@ -70,7 +71,7 @@
7071 depends on OMAP4_DSS_HDMI
7172 select CEC_CORE
7273 default y
73
- ---help---
74
+ help
7475 When selected the HDMI transmitter will support the CEC feature.
7576
7677 config OMAP5_DSS_HDMI
....@@ -84,7 +85,7 @@
8485
8586 config OMAP2_DSS_SDI
8687 bool "SDI support"
87
- default n
88
+ default n
8889 help
8990 SDI (Serial Display Interface) support.
9091
....@@ -93,7 +94,7 @@
9394
9495 config OMAP2_DSS_DSI
9596 bool "DSI support"
96
- default n
97
+ default n
9798 help
9899 MIPI DSI (Display Serial Interface) support.
99100