diff mbox

[U-Boot,v4,1/9] rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP

Message ID 1496246386-61447-2-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit d4bee08419e5059d8e1412355f96bd1e5f5faf18
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Philipp Tomsich May 31, 2017, 3:59 p.m. UTC
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>

---

Changes in v4:
- added to break down into smaller changes

Changes in v3: None
Changes in v2: None

 drivers/video/rockchip/Kconfig | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Comments

Simon Glass June 2, 2017, 2:54 a.m. UTC | #1
On 31 May 2017 at 09:59, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
>
> 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>
>
> ---
>
> Changes in v4:
> - added to break down into smaller changes
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/video/rockchip/Kconfig | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Anatolij Gustschin June 2, 2017, 12:45 p.m. UTC | #2
Hi Philipp,

On Wed, 31 May 2017 17:59:28 +0200
Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:

> 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>
> 
> ---
> 
> Changes in v4:
> - added to break down into smaller changes
> 
> Changes in v3: None
> Changes in v2: None
> 
>  drivers/video/rockchip/Kconfig | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)

applied to u-boot-video/master, thanks!

--
Anatolij
diff mbox

Patch

diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
index 80e399f..4ad2da5 100644
--- a/drivers/video/rockchip/Kconfig
+++ b/drivers/video/rockchip/Kconfig
@@ -12,11 +12,12 @@  menuconfig VIDEO_ROCKCHIP
 	bool "Enable Rockchip Video Support"
 	depends on DM_VIDEO
 	help
-		Rockchip SoCs provide video output capabilities for High-Definition
-		Multimedia Interface (HDMI), Low-voltage Differential Signalling
-		(LVDS), embedded DisplayPort (eDP) and Display Serial Interface
-		(DSI). This driver supports the on-chip video output device, and
-		targets the Rockchip RK3288 and RK3399.
+	  Rockchip SoCs provide video output capabilities for High-Definition
+	  Multimedia Interface (HDMI), Low-voltage Differential Signalling
+	  (LVDS), embedded DisplayPort (eDP) and Display Serial Interface (DSI).
+
+	  This driver supports the on-chip video output device, and targets the
+	  Rockchip RK3288 and RK3399.
 
 if VIDEO_ROCKCHIP