X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=7b03c7a245e9a7ec8cf2fa1ebb8ff1b243f1d1ff;hb=8b17cd7b4558a5792c346ef78899c15490d7307a;hp=8de6e1aa877498ae998cf49fc82d15fd9f80f685;hpb=e6a743905261bc8376aa5a3ae7106632936dbc30;p=openwrt.git diff --git a/Config.in b/Config.in index 8de6e1aa87..7b03c7a245 100644 --- a/Config.in +++ b/Config.in @@ -681,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"