forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/video/fbdev/omap2/omapfb/dss/Kconfig
....@@ -3,14 +3,13 @@
33 bool
44
55 config FB_OMAP2_DSS
6
- tristate
6
+ tristate
77 select VIDEOMODE_HELPERS
88 select FB_OMAP2_DSS_INIT
99 select HDMI
1010
1111 config FB_OMAP2_DSS_DEBUG
1212 bool "Debug support"
13
- default n
1413 help
1514 This enables printing of debug messages. Alternatively, debug messages
1615 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
....@@ -19,7 +18,6 @@
1918 config FB_OMAP2_DSS_DEBUGFS
2019 bool "Debugfs filesystem support"
2120 depends on DEBUG_FS
22
- default n
2321 help
2422 This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables
2523 querying about clock configuration and register configuration of dss,
....@@ -28,7 +26,6 @@
2826 config FB_OMAP2_DSS_COLLECT_IRQ_STATS
2927 bool "Collect DSS IRQ statistics"
3028 depends on FB_OMAP2_DSS_DEBUGFS
31
- default n
3229 help
3330 Collect DSS IRQ statistics, printable via debugfs.
3431
....@@ -42,22 +39,9 @@
4239 help
4340 DPI Interface. This is the Parallel Display Interface.
4441
45
-config FB_OMAP2_DSS_RFBI
46
- bool "RFBI support"
47
- depends on BROKEN
48
- default n
49
- help
50
- MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas
51
- Instrument's terminology).
52
-
53
- DBI is a bus between the host processor and a peripheral,
54
- such as a display or a framebuffer chip.
55
-
56
- See http://www.mipi.org/ for DBI specifications.
57
-
5842 config FB_OMAP2_DSS_VENC
5943 bool "VENC support"
60
- default y
44
+ default y
6145 help
6246 OMAP Video Encoder support for S-Video and composite TV-out.
6347
....@@ -66,23 +50,21 @@
6650
6751 config FB_OMAP4_DSS_HDMI
6852 bool "HDMI support for OMAP4"
69
- default y
53
+ default y
7054 select FB_OMAP2_DSS_HDMI_COMMON
7155 help
7256 HDMI support for OMAP4 based SoCs.
7357
7458 config FB_OMAP5_DSS_HDMI
7559 bool "HDMI support for OMAP5"
76
- default n
7760 select FB_OMAP2_DSS_HDMI_COMMON
7861 help
7962 HDMI Interface for OMAP5 and similar cores. This adds the High
80
- Definition Multimedia Interface. See http://www.hdmi.org/ for HDMI
63
+ Definition Multimedia Interface. See https://www.hdmi.org/ for HDMI
8164 specification.
8265
8366 config FB_OMAP2_DSS_SDI
8467 bool "SDI support"
85
- default n
8668 help
8769 SDI (Serial Display Interface) support.
8870
....@@ -91,14 +73,13 @@
9173
9274 config FB_OMAP2_DSS_DSI
9375 bool "DSI support"
94
- default n
9576 help
9677 MIPI DSI (Display Serial Interface) support.
9778
9879 DSI is a high speed half-duplex serial interface between the host
9980 processor and a peripheral, such as a display or a framebuffer chip.
10081
101
- See http://www.mipi.org/ for DSI specifications.
82
+ See https://www.mipi.org/ for DSI specifications.
10283
10384 config FB_OMAP2_DSS_MIN_FCK_PER_PCK
10485 int "Minimum FCK/PCK ratio (for scaling)"