X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=3ce5ba1b522effe11d4dfdacf877cba0472ac006;hb=eab314f5909dba208d4cb7dc5aac6ee707d5d171;hp=821b464db207b60813e326fcb3b014c98a2e98a3;hpb=5f5620ab2679608f94b3a77e51c77d0a770103bd;p=u-boot diff --git a/Kconfig b/Kconfig index 821b464db2..3ce5ba1b52 100644 --- a/Kconfig +++ b/Kconfig @@ -208,7 +208,8 @@ config SYS_EXTRA_OPTIONS new boards should not use this option. config SYS_TEXT_BASE - depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP + depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \ + (M68K && !TARGET_ASTRO_MCF5373L) || MICROBLAZE depends on !EFI_APP hex "Text Base" help @@ -224,6 +225,8 @@ endmenu # Boot images source "common/Kconfig" +source "cmd/Kconfig" + source "dts/Kconfig" source "net/Kconfig"