lib: Fix BINMAN_FDT dependency
[platform/kernel/u-boot.git] / lib / Kconfig
index a704568..7f4c30e 100644 (file)
@@ -22,7 +22,7 @@ config BCH
 
 config BINMAN_FDT
        bool "Allow access to binman information in the device tree"
-       depends on BINMAN && OF_CONTROL
+       depends on BINMAN && DM && OF_CONTROL
        default y
        help
          This enables U-Boot to access information about binman entries,
@@ -210,6 +210,7 @@ config BITREVERSE
 config TRACE
        bool "Support for tracing of function calls and timing"
        imply CMD_TRACE
+       select TIMER_EARLY
        help
          Enables function tracing within U-Boot. This allows recording of call
          traces including timing information. The command can write data to
@@ -695,8 +696,8 @@ config LIB_DATE
 config LIB_ELF
        bool
        help
-         Supoort basic elf loading/validating functions.
-         This supports fir 32 bit and 64 bit versions.
+         Support basic elf loading/validating functions.
+         This supports for 32 bit and 64 bit versions.
 
 endmenu