From a89e0df213de469b6a6fb97312dba500c5acaec6 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 13 May 2013 15:04:58 +0000 Subject: build: add config symbols for different ARM arch levels Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36620 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target') diff --git a/target/Config.in b/target/Config.in index 967149d43..947e80ca4 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 -- cgit v1.2.3