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 | 9e1d2c15d905cf210760d9d4f654f91a5d6c5f42 (patch) | |
tree | 524e728f41011bd461bdd2e729ccbcf7e892f217 /target/Config.in | |
parent | f223d0927ecc0e3b1b66df010a449543a6e5c6a4 (diff) | |
download | mtk-20170518-9e1d2c15d905cf210760d9d4f654f91a5d6c5f42.zip mtk-20170518-9e1d2c15d905cf210760d9d4f654f91a5d6c5f42.tar.gz mtk-20170518-9e1d2c15d905cf210760d9d4f654f91a5d6c5f42.tar.bz2 |
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>
SVN-Revision: 36202
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 31f3ced..79a91b1 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 |