public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD
@ 2020-05-26 17:07 Marcin Juszkiewicz
  2020-05-26 17:07 ` [PATCH 2/3] kconfig: fix some typos Marcin Juszkiewicz
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marcin Juszkiewicz @ 2020-05-26 17:07 UTC (permalink / raw)
  To: u-boot

All three options had the same description.

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

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
-- 
2.26.2

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

end of thread, other threads:[~2020-06-03 16:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-26 17:07 [PATCH 1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD Marcin Juszkiewicz
2020-05-26 17:07 ` [PATCH 2/3] kconfig: fix some typos Marcin Juszkiewicz
2020-06-03 16:25   ` Tom Rini
2020-05-26 17:07 ` [PATCH 3/3] kconfig: fix typo for OHCI host and add to DM list Marcin Juszkiewicz
2020-06-03 16:25   ` Tom Rini
2020-06-03 16:25 ` [PATCH 1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox