]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
serial, kconfig: fix menutext
authorHeiko Schocher <hs@denx.de>
Wed, 21 Jun 2017 04:23:10 +0000 (06:23 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jun 2017 14:38:09 +0000 (10:38 -0400)
fix menutext for the options SPL_DM_SERIAL and TPL_DM_SERIAL.
Both have the same text as DM_SERIAL, which is
confusing.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/serial/Kconfig

index 58fc7cd2e66a75e50041f9a83c7a4273dbd17a87..c64f4a6d7b0174f8f5b7d803c463c6dc3b1cc81d 100644 (file)
@@ -65,7 +65,7 @@ config DM_SERIAL
          defined in include/serial.h.
 
 config SPL_DM_SERIAL
-       bool "Enable Driver Model for serial drivers"
+       bool "Enable Driver Model for serial drivers in SPL"
        depends on DM_SERIAL
        default y if SPL && DM_SERIAL
        help
@@ -75,7 +75,7 @@ config SPL_DM_SERIAL
          defined in include/serial.h.
 
 config TPL_DM_SERIAL
-       bool "Enable Driver Model for serial drivers"
+       bool "Enable Driver Model for serial drivers in TPL"
        depends on DM_SERIAL
        default y if TPL && DM_SERIAL
        help