Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mans Rullgard and committed by
Miguel Ojeda
ba2c1340 b33d5675

+5
+5
drivers/auxdisplay/Kconfig
··· 448 448 choice 449 449 prompt "Backlight initial state" 450 450 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. 451 456 452 457 config CHARLCD_BL_OFF 453 458 bool "Off"