build: add config symbols for different ARM arch levels

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36620
This commit is contained in:
Felix Fietkau
2013-05-13 15:04:58 +00:00
parent 526aedb705
commit eea89fea6a
3 changed files with 14 additions and 0 deletions

View File

@@ -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