linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] auxdisplay: charlcd: add help text for backlight initial state
@ 2019-07-04 19:33 Mans Rullgard
  2019-08-08 18:05 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Mans Rullgard @ 2019-07-04 19:33 UTC (permalink / raw)
  To: Miguel Ojeda Sandonis; +Cc: linux-kernel

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

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] auxdisplay: charlcd: add help text for backlight initial state
  2019-07-04 19:33 [PATCH] auxdisplay: charlcd: add help text for backlight initial state Mans Rullgard
@ 2019-08-08 18:05 ` Miguel Ojeda
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2019-08-08 18:05 UTC (permalink / raw)
  To: Mans Rullgard; +Cc: linux-kernel

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

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

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-08 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-04 19:33 [PATCH] auxdisplay: charlcd: add help text for backlight initial state Mans Rullgard
2019-08-08 18:05 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).