]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/Kconfig
Merge git://git.denx.de/u-boot-marvell
[karo-tx-uboot.git] / arch / Kconfig
index bf2676469c7131dd924139cf42dd392b0902bbc3..3d419bca3e3392a857700b25c8ad57d95c567f50 100644 (file)
@@ -4,9 +4,11 @@ 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
@@ -24,6 +26,7 @@ config MICROBLAZE
 
 config MIPS
        bool "MIPS architecture"
+       select HAVE_PRIVATE_LIBGCC
 
 config NDS32
        bool "NDS32 architecture"
@@ -36,6 +39,8 @@ config OPENRISC
 
 config PPC
        bool "PowerPC architecture"
+       select HAVE_PRIVATE_LIBGCC
+       select SUPPORT_OF_CONTROL
 
 config SANDBOX
        bool "Sandbox"
@@ -43,12 +48,14 @@ config SANDBOX
 
 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