diff options
-rw-r--r-- | drivers/core/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 737d459..c01a8dc 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -423,7 +423,8 @@ config DM_DEV_READ_INLINE config OFNODE_MULTI_TREE bool "Allow the ofnode interface to access any tree" - default y if EVENT && !DM_DEV_READ_INLINE && !DM_INLINE_OFNODE + depends on OF_CONTROL + default y help Normally U-Boot makes use of its control FDT, the one used to bind devices and provide options. In some cases, U-Boot must also process |