X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Kconfig;h=3f30e9ec0d94b8ca8c4488093932b3cfa4f514e8;hb=fc0a6b3fcb4aaea50e123c2e6c1b98f52352448c;hp=612fc9279e481819bdb02aa1ee6a5e7dc1c6e00a;hpb=02cc4040e915e133756be0a7ac47311a9e53e03f;p=karo-tx-uboot.git diff --git a/Kconfig b/Kconfig index 612fc9279e..3f30e9ec0d 100644 --- a/Kconfig +++ b/Kconfig @@ -54,7 +54,7 @@ config CC_OPTIMIZE_FOR_SIZE config SYS_MALLOC_F bool "Enable malloc() pool before relocation" - default 0x400 + default y if DM help Before relocation memory is very limited on many platforms. Still, we can provide a small malloc() pool if needed. Driver model in @@ -178,13 +178,13 @@ config SYS_EXTRA_OPTIONS new boards should not use this option. config SYS_TEXT_BASE - depends on SPARC || ARC + depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP hex "Text Base" help TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture config SYS_CLK_FREQ - depends on ARC + depends on ARC || ARCH_SUNXI int "CPU clock frequency" help TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture