diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:12 +0000 |
commit | e861f11c45cdbe7632bf6d9266dafd0d3cf2780c (patch) | |
tree | ac9d19555150e98419eb2e00f2e7a2caeaed1b5b /target/Config.in | |
parent | 221ef39aabf390285cd5af0b72b02e020832f9ff (diff) | |
download | master-187ad058-e861f11c45cdbe7632bf6d9266dafd0d3cf2780c.tar.gz master-187ad058-e861f11c45cdbe7632bf6d9266dafd0d3cf2780c.tar.bz2 master-187ad058-e861f11c45cdbe7632bf6d9266dafd0d3cf2780c.zip |
buildroot: allow enabling MIPS16 user-space build
Enabling MIPS16 is made conditional on advertising the "mips16" feature
for a specific target since it requires support from the CPU
(HAS_MIPS16) and the actual use of MIPS16 for building packages
(USE_MIPS16).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 31f3ced51d..79a91b1afb 100644 --- a/target/Config.in +++ b/target/Config.in @@ -66,6 +66,10 @@ config PROFILE_KCONFIG config NOMMU bool +config HAS_MIPS16 + depends (mips || mipsel || mips64 || mips64el) + bool + # Architecture selection config arm |