X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2FKconfig;h=132123bcaf1c8da5c2e029508dc3a60dca2e2531;hb=483e49bfd775adb15102418a72c7fb02ef51fd79;hp=c9ccb7db1799cc21613aa979766574c5d348d948;hpb=2a8c9c86b92a9ccee3c27286de317e19bb0530b3;p=u-boot diff --git a/arch/Kconfig b/arch/Kconfig index c9ccb7db17..132123bcaf 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,23 @@ config OPENRISC config PPC bool "PowerPC architecture" + select HAVE_PRIVATE_LIBGCC 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