]> 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 5fe63f8025879a7fca596cd403a409f601ca97e8..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
@@ -52,4 +51,8 @@ config DEFAULT_DEVICE_TREE
          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