buildroot: allow enabling MIPS16 user-space build
[openwrt/svn-archive/archive.git] / Config.in
index 24ea2205d23abcfc97a8ba669ef4e299e39987f2..7b03c7a245e9a7ec8cf2fa1ebb8ff1b243f1d1ff 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -293,6 +293,9 @@ menu "Global build settings"
                bool "Enable printk timestamps"
                default y
 
+       config KERNEL_RELAY
+               bool
+
        #
        # CGROUP support symbols
        #
@@ -536,7 +539,6 @@ menu "Global build settings"
                        depends !DEBUG
                        depends !USE_GLIBC
                        depends !USE_EGLIBC
-                       depends !USE_MUSL
                        help
                          This will install binaries stripped using sstrip
        endchoice
@@ -552,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
@@ -680,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"