diff mbox series

[1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD

Message ID 20200526170716.635963-1-marcin@juszkiewicz.com.pl
State Accepted
Commit 3e2aea790ec19ded3cf82fe27772fee4c117823e
Headers show
Series [1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD | expand

Commit Message

Marcin Juszkiewicz May 26, 2020, 5:07 p.m. UTC
All three options had the same description.

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
---
 drivers/input/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git drivers/input/Kconfig drivers/input/Kconfig
index a3bdd9fa34..a17e55e997 100644
--- drivers/input/Kconfig
+++ drivers/input/Kconfig
@@ -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