sunxi: FEL - Add the ability to recognize and auto-import uEnv-style data
[oweals/u-boot.git] / lib / Kconfig
index 2b97c2b0a47f177b7a7d0db17bbf3b43d605f946..02ca4058d37e0b4e7f23b9885e9cc051d292c0ec 100644 (file)
@@ -14,6 +14,7 @@ config HAVE_PRIVATE_LIBGCC
 config USE_PRIVATE_LIBGCC
        bool "Use private libgcc"
        depends on HAVE_PRIVATE_LIBGCC
+       default y if HAVE_PRIVATE_LIBGCC && ((ARM && !ARM64) || MIPS)
        help
          This option allows you to use the built-in libgcc implementation
          of U-Boot instead of the one provided by the compiler.