mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
serial, kconfig: fix menutext
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>
This commit is contained in:
parent
5353953372
commit
0424990c1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue