]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Kconfig
mtd: nand: mxs: Replace magic number for bits per ECC level with macro
[people/ms/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index b5968d74a179a3e37085a86eb0888a1e6ef07271..85faff78c8dd3df1da2860906ca0d663d5aa521a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -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
        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