.. | .. |
---|
3 | 3 | bool |
---|
4 | 4 | |
---|
5 | 5 | config FB_OMAP2_DSS |
---|
6 | | - tristate |
---|
| 6 | + tristate |
---|
7 | 7 | select VIDEOMODE_HELPERS |
---|
8 | 8 | select FB_OMAP2_DSS_INIT |
---|
9 | 9 | select HDMI |
---|
10 | 10 | |
---|
11 | 11 | config FB_OMAP2_DSS_DEBUG |
---|
12 | 12 | bool "Debug support" |
---|
13 | | - default n |
---|
14 | 13 | help |
---|
15 | 14 | This enables printing of debug messages. Alternatively, debug messages |
---|
16 | 15 | can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting |
---|
.. | .. |
---|
19 | 18 | config FB_OMAP2_DSS_DEBUGFS |
---|
20 | 19 | bool "Debugfs filesystem support" |
---|
21 | 20 | depends on DEBUG_FS |
---|
22 | | - default n |
---|
23 | 21 | help |
---|
24 | 22 | This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables |
---|
25 | 23 | querying about clock configuration and register configuration of dss, |
---|
.. | .. |
---|
28 | 26 | config FB_OMAP2_DSS_COLLECT_IRQ_STATS |
---|
29 | 27 | bool "Collect DSS IRQ statistics" |
---|
30 | 28 | depends on FB_OMAP2_DSS_DEBUGFS |
---|
31 | | - default n |
---|
32 | 29 | help |
---|
33 | 30 | Collect DSS IRQ statistics, printable via debugfs. |
---|
34 | 31 | |
---|
.. | .. |
---|
42 | 39 | help |
---|
43 | 40 | DPI Interface. This is the Parallel Display Interface. |
---|
44 | 41 | |
---|
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 | | - |
---|
58 | 42 | config FB_OMAP2_DSS_VENC |
---|
59 | 43 | bool "VENC support" |
---|
60 | | - default y |
---|
| 44 | + default y |
---|
61 | 45 | help |
---|
62 | 46 | OMAP Video Encoder support for S-Video and composite TV-out. |
---|
63 | 47 | |
---|
.. | .. |
---|
66 | 50 | |
---|
67 | 51 | config FB_OMAP4_DSS_HDMI |
---|
68 | 52 | bool "HDMI support for OMAP4" |
---|
69 | | - default y |
---|
| 53 | + default y |
---|
70 | 54 | select FB_OMAP2_DSS_HDMI_COMMON |
---|
71 | 55 | help |
---|
72 | 56 | HDMI support for OMAP4 based SoCs. |
---|
73 | 57 | |
---|
74 | 58 | config FB_OMAP5_DSS_HDMI |
---|
75 | 59 | bool "HDMI support for OMAP5" |
---|
76 | | - default n |
---|
77 | 60 | select FB_OMAP2_DSS_HDMI_COMMON |
---|
78 | 61 | help |
---|
79 | 62 | 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 |
---|
81 | 64 | specification. |
---|
82 | 65 | |
---|
83 | 66 | config FB_OMAP2_DSS_SDI |
---|
84 | 67 | bool "SDI support" |
---|
85 | | - default n |
---|
86 | 68 | help |
---|
87 | 69 | SDI (Serial Display Interface) support. |
---|
88 | 70 | |
---|
.. | .. |
---|
91 | 73 | |
---|
92 | 74 | config FB_OMAP2_DSS_DSI |
---|
93 | 75 | bool "DSI support" |
---|
94 | | - default n |
---|
95 | 76 | help |
---|
96 | 77 | MIPI DSI (Display Serial Interface) support. |
---|
97 | 78 | |
---|
98 | 79 | DSI is a high speed half-duplex serial interface between the host |
---|
99 | 80 | processor and a peripheral, such as a display or a framebuffer chip. |
---|
100 | 81 | |
---|
101 | | - See http://www.mipi.org/ for DSI specifications. |
---|
| 82 | + See https://www.mipi.org/ for DSI specifications. |
---|
102 | 83 | |
---|
103 | 84 | config FB_OMAP2_DSS_MIN_FCK_PER_PCK |
---|
104 | 85 | int "Minimum FCK/PCK ratio (for scaling)" |
---|