X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Config.in;h=98786fcdb1e6b9258ed38e3cfb0ce54132cbef82;hb=87395ec919578f47232ec92da18388d9e9ae111f;hp=df3a71b51e46791de25505d4ba8737869595c348;hpb=e526c7bc1718f3e0dd4ed1e774f08b449ae27cce;p=lede.git diff --git a/Config.in b/Config.in index df3a71b51e..98786fcdb1 100644 --- a/Config.in +++ b/Config.in @@ -554,7 +554,6 @@ menu "Global build settings" config STRIP_KERNEL_EXPORTS bool "Strip unnecessary exports from the kernel image" - depends BROKEN help Reduces kernel size by stripping unused kernel exports from the kernel image Note that this might make the kernel incompatible with any kernel modules that @@ -673,7 +672,7 @@ menuconfig TARGET_OPTIONS config SOFT_FLOAT bool "Use software floating point by default" if TARGET_OPTIONS default y - depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU + depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU help If your target CPU does not have a Floating Point Unit (FPU) or a kernel FPU emulator, but you still wish to support floating point @@ -682,6 +681,17 @@ menuconfig TARGET_OPTIONS Most people will answer N. + config USE_MIPS16 + bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS + depends on HAS_MIPS16 + help + If your target CPU does support the MIPS16 instruction set + and you want to use it for packages, enable this option. + MIPS16 produces smaller binaries thus reducing pressure on + caches and TLB. + + Most people will answer N. + source "toolchain/Config.in" source "target/imagebuilder/Config.in"