kconfig: mark SPL/TPL options for DM_KEYBOARD
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 26 May 2020 17:07:14 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000 (17:27 -0400)
All three options had the same description.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
drivers/input/Kconfig

index a3bdd9fa3467bcb508e20a6a0c7903106e4c093d..a17e55e9972104e4d1d0f4637eacb1fb4067ea96 100644 (file)
@@ -21,7 +21,7 @@ config DM_KEYBOARD
          input and update LEDs if the keyboard has them.
 
 config SPL_DM_KEYBOARD
-       bool "Enable driver model keyboard support"
+       bool "Enable driver model keyboard support for SPL"
        depends on SPL_DM
        help
          This adds a uclass for keyboards and implements keyboard support
@@ -30,7 +30,7 @@ config SPL_DM_KEYBOARD
          input and update LEDs if the keyboard has them.
 
 config TPL_DM_KEYBOARD
-       bool "Enable driver model keyboard support"
+       bool "Enable driver model keyboard support for TPL"
        depends on TPL_DM
        help
          This adds a uclass for keyboards and implements keyboard support