From: Marcin Juszkiewicz Date: Tue, 26 May 2020 17:07:14 +0000 (+0200) Subject: kconfig: mark SPL/TPL options for DM_KEYBOARD X-Git-Tag: v2020.07-rc4~12^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3e2aea790ec19ded3cf82fe27772fee4c117823e;p=oweals%2Fu-boot.git kconfig: mark SPL/TPL options for DM_KEYBOARD All three options had the same description. Signed-off-by: Marcin Juszkiewicz --- diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index a3bdd9fa34..a17e55e997 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