buildroot: allow enabling MIPS16 user-space build
[openwrt/staging/chunkeey.git] / target / Config.in
index 31f3ced51df20722dc6a6b773ea486d32ef9e313..79a91b1afb352a44c0ec4003a4eb3736047658f1 100644 (file)
@@ -66,6 +66,10 @@ config PROFILE_KCONFIG
 config NOMMU
        bool
 
+config HAS_MIPS16
+       depends (mips || mipsel || mips64 || mips64el)
+       bool
+
 # Architecture selection
 
 config arm