X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=dts%2FKconfig;h=d5850093539d20b076a0c02b0859bdef4d3c12f9;hb=4c1d5c29b5dec31f838dbe860ea682debaf27efe;hp=fb2d79edbc3ba375944a997bc191cad4585a2a5a;hpb=996ec1dcc58a34b53891acde0ec5df9141b5fcc2;p=u-boot diff --git a/dts/Kconfig b/dts/Kconfig index fb2d79edbc..d585009353 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -53,15 +53,28 @@ endchoice config DEFAULT_DEVICE_TREE string "Default Device Tree for DT control" + depends on OF_CONTROL help This option specifies the default Device Tree used for DT control. It can be overridden from the command line: $ make DEVICE_TREE= +config OF_LIST + string "List of device tree files to include for DT control" + depends on SPL_LOAD_FIT + help + This option specifies a list of device tree files to use for DT + control. These will be packaged into a FIT. At run-time, SPL will + select the correct DT to use by examining the hardware (e.g. + reading a board ID value). This is a list of device tree files + (without the directory or .dtb suffix) separated by . + config OF_SPL_REMOVE_PROPS string "List of device tree properties to drop for SPL" depends on SPL_OF_CONTROL + default "interrupt-parent" if SPL_PINCTRL_FULL && SPL_CLK default "clocks clock-names interrupt-parent" if SPL_PINCTRL_FULL + default "pinctrl-0 pinctrl-names interrupt-parent" if SPL_CLK default "pinctrl-0 pinctrl-names clocks clock-names interrupt-parent" help Since SPL normally runs in a reduced memory space, the device tree