| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config OMAP2_DSS_INIT |
|---|
| 2 | 3 | bool |
|---|
| 3 | 4 | |
|---|
| .. | .. |
|---|
| 5 | 6 | tristate |
|---|
| 6 | 7 | |
|---|
| 7 | 8 | menuconfig OMAP2_DSS |
|---|
| 8 | | - tristate "OMAP2+ Display Subsystem support" |
|---|
| 9 | + tristate "OMAP2+ Display Subsystem support" |
|---|
| 9 | 10 | select OMAP_DSS_BASE |
|---|
| 10 | 11 | select VIDEOMODE_HELPERS |
|---|
| 11 | 12 | select OMAP2_DSS_INIT |
|---|
| 12 | 13 | select HDMI |
|---|
| 13 | | - help |
|---|
| 14 | + help |
|---|
| 14 | 15 | OMAP2+ Display Subsystem support. |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | if OMAP2_DSS |
|---|
| .. | .. |
|---|
| 51 | 52 | |
|---|
| 52 | 53 | config OMAP2_DSS_VENC |
|---|
| 53 | 54 | bool "VENC support" |
|---|
| 54 | | - default y |
|---|
| 55 | + default y |
|---|
| 55 | 56 | help |
|---|
| 56 | 57 | OMAP Video Encoder support for S-Video and composite TV-out. |
|---|
| 57 | 58 | |
|---|
| .. | .. |
|---|
| 60 | 61 | |
|---|
| 61 | 62 | config OMAP4_DSS_HDMI |
|---|
| 62 | 63 | bool "HDMI support for OMAP4" |
|---|
| 63 | | - default y |
|---|
| 64 | + default y |
|---|
| 64 | 65 | select OMAP2_DSS_HDMI_COMMON |
|---|
| 65 | 66 | help |
|---|
| 66 | 67 | HDMI support for OMAP4 based SoCs. |
|---|
| .. | .. |
|---|
| 70 | 71 | depends on OMAP4_DSS_HDMI |
|---|
| 71 | 72 | select CEC_CORE |
|---|
| 72 | 73 | default y |
|---|
| 73 | | - ---help--- |
|---|
| 74 | + help |
|---|
| 74 | 75 | When selected the HDMI transmitter will support the CEC feature. |
|---|
| 75 | 76 | |
|---|
| 76 | 77 | config OMAP5_DSS_HDMI |
|---|
| .. | .. |
|---|
| 84 | 85 | |
|---|
| 85 | 86 | config OMAP2_DSS_SDI |
|---|
| 86 | 87 | bool "SDI support" |
|---|
| 87 | | - default n |
|---|
| 88 | + default n |
|---|
| 88 | 89 | help |
|---|
| 89 | 90 | SDI (Serial Display Interface) support. |
|---|
| 90 | 91 | |
|---|
| .. | .. |
|---|
| 93 | 94 | |
|---|
| 94 | 95 | config OMAP2_DSS_DSI |
|---|
| 95 | 96 | bool "DSI support" |
|---|
| 96 | | - default n |
|---|
| 97 | + default n |
|---|
| 97 | 98 | help |
|---|
| 98 | 99 | MIPI DSI (Display Serial Interface) support. |
|---|
| 99 | 100 | |
|---|