[package/dropbear]: tune some more options by default to decrease size
[openwrt/svn-archive/archive.git] / toolchain / Config.in
index 84b50bbd0a4bb3d575baee0265ad666f0ac4341d..bc9e6df06d22f44f1bace8d07ab96749fe2d87cf 100644 (file)
@@ -86,9 +86,18 @@ menuconfig TOOLCHAINOPTS
        bool "Toolchain Options"  if DEVEL
        depends NEED_TOOLCHAIN
 
+config EABI_SUPPORT
+       bool
+       depends arm||armeb
+       prompt "Enable EABI support" if TOOLCHAINOPTS
+       default y
+       help
+         Enable ARM EABI support
+
 menuconfig EXTRA_TARGET_ARCH
        bool
        prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
+       depends !sparc
        default y       if powerpc64
        default n
        help