Commit d4bee08419e5059d8e1412355f96bd1e5f5faf18
Committed by
Simon Glass
1 parent
4dcd53d0d7
Exists in
smarc_8mq_lf_v2020.04
and in
20 other branches
rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP
For consistency sake (and as we are about to add new options to this file), reformat the help for VIDEO_ROCKCHIP. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Showing 1 changed file with 6 additions and 5 deletions Side-by-side Diff
drivers/video/rockchip/Kconfig
| ... | ... | @@ -12,11 +12,12 @@ |
| 12 | 12 | bool "Enable Rockchip Video Support" |
| 13 | 13 | depends on DM_VIDEO |
| 14 | 14 | help |
| 15 | - Rockchip SoCs provide video output capabilities for High-Definition | |
| 16 | - Multimedia Interface (HDMI), Low-voltage Differential Signalling | |
| 17 | - (LVDS), embedded DisplayPort (eDP) and Display Serial Interface | |
| 18 | - (DSI). This driver supports the on-chip video output device, and | |
| 19 | - targets the Rockchip RK3288 and RK3399. | |
| 15 | + Rockchip SoCs provide video output capabilities for High-Definition | |
| 16 | + Multimedia Interface (HDMI), Low-voltage Differential Signalling | |
| 17 | + (LVDS), embedded DisplayPort (eDP) and Display Serial Interface (DSI). | |
| 18 | + | |
| 19 | + This driver supports the on-chip video output device, and targets the | |
| 20 | + Rockchip RK3288 and RK3399. | |
| 20 | 21 | |
| 21 | 22 | if VIDEO_ROCKCHIP |
| 22 | 23 |