Skip to content

Commit ba2c134

Browse files
mansrojeda
authored andcommitted
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. Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Mans Rullgard <mans@mansr.com> [Added a bit more text to address Linus' suggestion] Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
1 parent b33d567 commit ba2c134

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/auxdisplay/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@ config PANEL_BOOT_MESSAGE
448448
choice
449449
prompt "Backlight initial state"
450450
default CHARLCD_BL_FLASH
451+
---help---
452+
Select the initial backlight state on boot or module load.
453+
454+
Previously, there was no option for this: the backlight flashed
455+
briefly on init. Now you can also turn it off/on.
451456

452457
config CHARLCD_BL_OFF
453458
bool "Off"

0 commit comments

Comments
 (0)