aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2020-05-26 19:07:14 +0200
committerTom Rini <trini@konsulko.com>2020-06-02 17:27:04 -0400
commit3e2aea790ec19ded3cf82fe27772fee4c117823e (patch)
tree34fe7907c59de041ae6bc531d1a2e4a941edebeb /drivers/input
parent8e8059ccc55a3725046e628c87450dbc41e1a504 (diff)
downloadu-boot-3e2aea790ec19ded3cf82fe27772fee4c117823e.zip
u-boot-3e2aea790ec19ded3cf82fe27772fee4c117823e.tar.gz
u-boot-3e2aea790ec19ded3cf82fe27772fee4c117823e.tar.bz2
kconfig: mark SPL/TPL options for DM_KEYBOARD
All three options had the same description. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index a3bdd9f..a17e55e 100644
--- a/drivers/input/Kconfig
+++ b/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