mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Kconfig: make TPL_DM_SERIAL depend on TPL_DM
This missing dependency seems like an oversight, since all other TPL_DM_* options have it. Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
This commit is contained in:
parent
37ef1774d4
commit
6920f00c2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue