X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Kconfig;h=d9183d605d1cbccea8750c8e1679bac45e0c3f66;hb=af8ce17a2a7d38a7a5620dcca5a5dd4781cb129a;hp=6be33e30e2d3a3d3857e7b8d0a4a8135de04cd81;hpb=de68c7c334a106c0f39376570ac09d49ba013711;p=karo-tx-uboot.git diff --git a/Kconfig b/Kconfig index 6be33e30e2..d9183d605d 100644 --- a/Kconfig +++ b/Kconfig @@ -11,9 +11,6 @@ config UBOOTVERSION # Allow defaults in arch-specific code to override any given here source "arch/Kconfig" -# Allow defaults in arch-specific code to override any given here -source "arch/Kconfig" - menu "General setup" config LOCALVERSION @@ -181,7 +178,8 @@ 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 + depends on !EFI_APP hex "Text Base" help TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture