2019-07-04 19:37:07

by Måns Rullgård

[permalink] [raw]
Subject: [PATCH] auxdisplay: charlcd: add help text for backlight initial state

While the individual CHARLCD_BL_xxx options have help texts, the
menu itself does not. Fix this.

Signed-off-by: Mans Rullgard <[email protected]>
---
drivers/auxdisplay/Kconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index c52c738e554a..62bf0ef6ede8 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/drivers/auxdisplay/Kconfig
@@ -448,6 +448,8 @@ config PANEL_BOOT_MESSAGE
choice
prompt "Backlight initial state"
default CHARLCD_BL_FLASH
+ ---help---
+ Select the initial backlight state on boot or module load.

config CHARLCD_BL_OFF
bool "Off"
--
2.22.0


2019-08-08 18:08:56

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH] auxdisplay: charlcd: add help text for backlight initial state

On Thu, Jul 4, 2019 at 9:34 PM Mans Rullgard <[email protected]> wrote:
>
> While the individual CHARLCD_BL_xxx options have help texts, the
> menu itself does not. Fix this.
>
> Signed-off-by: Mans Rullgard <[email protected]>

Picked it up and added a bit of extra explanation, thanks!

Cheers,
Miguel