X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Kconfig;h=861622664fcba27cfbf4445128ce44c8db4b9cb2;hb=refs%2Fheads%2Fkaro-txa5;hp=fed488fdaf94212dfce21902d2cf812a827f819e;hpb=ade8bc14ad419f698406b162c9c5dfeee7406b4c;p=karo-tx-uboot.git diff --git a/Kconfig b/Kconfig index fed488fdaf..861622664f 100644 --- a/Kconfig +++ b/Kconfig @@ -70,8 +70,7 @@ menu "Boot images" config SPL_BUILD bool - depends on $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl" - default y + default y if $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl" config TPL_BUILD bool @@ -156,6 +155,8 @@ source "arch/Kconfig" source "common/Kconfig" +source "disk/Kconfig" + source "dts/Kconfig" source "net/Kconfig"