projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ef177
)
Kconfig: make TPL_DM_SERIAL depend on TPL_DM
author
Thomas Hebb
<tommyhebb@gmail.com>
Sun, 10 Nov 2019 16:23:55 +0000
(08:23 -0800)
committer
Tom Rini
<trini@konsulko.com>
Tue, 3 Dec 2019 13:43:23 +0000
(08:43 -0500)
This missing dependency seems like an oversight, since all other
TPL_DM_* options have it.
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
drivers/serial/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/serial/Kconfig
b/drivers/serial/Kconfig
index d36a0108ea965c1e13ce1350fe7a32f348808a4f..ece7d87d4ca3a02e9e8ba5a14907b41b91019f9d 100644
(file)
--- a/
drivers/serial/Kconfig
+++ b/
drivers/serial/Kconfig
@@
-145,7
+145,7
@@
config SPL_DM_SERIAL
config TPL_DM_SERIAL
bool "Enable Driver Model for serial drivers in TPL"
- depends on DM_SERIAL
+ depends on DM_SERIAL
&& TPL_DM
default y if TPL && DM_SERIAL
help
Enable driver model for serial in TPL. This replaces