]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Kconfig
armv8: semihosting: do not inline trap call
[karo-tx-uboot.git] / dts / Kconfig
index 83ba7a6e9815a50990083565934442d81123a7e0..1a97e6fbdfe09c973270140f215c2aec4f341923 100644 (file)
@@ -9,7 +9,6 @@ config SUPPORT_OF_CONTROL
        bool
 
 menu "Device Tree Control"
-       depends on !SPL_BUILD
        depends on SUPPORT_OF_CONTROL
 
 config OF_CONTROL
@@ -49,7 +48,11 @@ config DEFAULT_DEVICE_TREE
        string "Default Device Tree for DT control"
        help
          This option specifies the default Device Tree used for DT control.
-         It can be overrided from the command line:
+         It can be overridden from the command line:
          $ make DEVICE_TREE=<device-tree-name>
 
+config FDT_FIXUP_PARTITIONS
+       bool
+       depends on MTD_PARTITIONS && OF_LIBFDT
+
 endmenu