diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-13 15:04:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-13 15:04:58 +0000 |
commit | eea89fea6a5f97880811ba35ecc0ade6504f40d8 (patch) | |
tree | 4940db81b504285080c6ebbd2fc5c3ebeda5e952 /target | |
parent | 526aedb70532c8743d8e63f7ce3f3746793b914e (diff) | |
download | upstream-eea89fea6a5f97880811ba35ecc0ade6504f40d8.tar.gz upstream-eea89fea6a5f97880811ba35ecc0ade6504f40d8.tar.bz2 upstream-eea89fea6a5f97880811ba35ecc0ade6504f40d8.zip |
build: add config symbols for different ARM arch levels
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36620
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 967149d435..947e80ca4a 100644 --- a/target/Config.in +++ b/target/Config.in @@ -82,6 +82,18 @@ config armeb select BIG_ENDIAN bool +config arm_v4 + bool + +config arm_v5 + bool + +config arm_v6 + bool + +config arm_v7 + bool + config avr32 select BIG_ENDIAN bool |