aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-03-09 04:31:08 -0400
committerVineet Gupta <vgupta@synopsys.com>2015-06-24 20:30:19 -0400
commit65bfbcdfdec5c6ba055302e25506aaf67ce3c5c7 (patch)
treed70a03d4682357447df015cdcc05ab470bbcbe46
parent795f4558562fd5318260d5d8144a2f8612aeda7b (diff)
ARCv2: All bits in place, allow ARCv2 builds
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r--arch/arc/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 1b684595e258..e7cee0a5c56d 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -97,11 +97,10 @@ config ISA_ARCOMPACT
97 help 97 help
98 The original ARC ISA of ARC600/700 cores 98 The original ARC ISA of ARC600/700 cores
99 99
100### For bisectability, disable ARCv2 support until we have all the bits in place 100config ISA_ARCV2
101#config ISA_ARCV2 101 bool "ARC ISA v2"
102# bool "ARC ISA v2" 102 help
103# help 103 ISA for the Next Generation ARC-HS cores
104# ISA for the Next Generation ARC-HS cores
105 104
106endchoice 105endchoice
107 106