X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2FKconfig;h=3d419bca3e3392a857700b25c8ad57d95c567f50;hb=a752a8b4c49d67daa4ea9f9ebac3972bb1c2328b;hp=c9ccb7db1799cc21613aa979766574c5d348d948;hpb=64f41212d880f3d00c6994d973aadeec5bda1b65;p=oweals%2Fu-boot.git diff --git a/arch/Kconfig b/arch/Kconfig index c9ccb7db17..3d419bca3e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -4,9 +4,12 @@ choice config ARC bool "ARC architecture" + select HAVE_PRIVATE_LIBGCC config ARM bool "ARM architecture" + select HAVE_PRIVATE_LIBGCC + select SUPPORT_OF_CONTROL config AVR32 bool "AVR32 architecture" @@ -19,9 +22,11 @@ config M68K config MICROBLAZE bool "MicroBlaze architecture" + select SUPPORT_OF_CONTROL config MIPS bool "MIPS architecture" + select HAVE_PRIVATE_LIBGCC config NDS32 bool "NDS32 architecture" @@ -34,18 +39,24 @@ config OPENRISC config PPC bool "PowerPC architecture" + select HAVE_PRIVATE_LIBGCC + select SUPPORT_OF_CONTROL config SANDBOX bool "Sandbox" + select SUPPORT_OF_CONTROL config SH bool "SuperH architecture" + select HAVE_PRIVATE_LIBGCC config SPARC bool "SPARC architecture" config X86 bool "x86 architecture" + select HAVE_PRIVATE_LIBGCC + select SUPPORT_OF_CONTROL endchoice