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 | b3ab992d6619fc5d6bedc2df96657c1131bb72f8 (patch) | |
tree | 8c5866618a191eb6b54f96521e04c311f3418d8a /target | |
parent | c3152edcbd0ed7ed66c8f52c48f055c37203b60b (diff) | |
download | upstream-b3ab992d6619fc5d6bedc2df96657c1131bb72f8.tar.gz upstream-b3ab992d6619fc5d6bedc2df96657c1131bb72f8.tar.bz2 upstream-b3ab992d6619fc5d6bedc2df96657c1131bb72f8.zip |
build: add config symbols for different ARM arch levels
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36620 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |