提交 0424990c 编写于 作者: H Heiko Schocher 提交者: Tom Rini

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: NHeiko Schocher <hs@denx.de>
Reviewed-by: NStefan Roese <sr@denx.de>
上级 53539533
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册