projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
795f455
)
ARCv2: All bits in place, allow ARCv2 builds
author
Vineet Gupta
<vgupta@synopsys.com>
Mon, 9 Mar 2015 08:31:08 +0000
(14:01 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Thu, 25 Jun 2015 00:30:19 +0000
(06:00 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arc/Kconfig
b/arch/arc/Kconfig
index
1b68459
..
e7cee0a
100644
(file)
--- a/
arch/arc/Kconfig
+++ b/
arch/arc/Kconfig
@@
-97,11
+97,10
@@
config ISA_ARCOMPACT
help
The original ARC ISA of ARC600/700 cores
-### For bisectability, disable ARCv2 support until we have all the bits in place
-#config ISA_ARCV2
-# bool "ARC ISA v2"
-# help
-# ISA for the Next Generation ARC-HS cores
+config ISA_ARCV2
+ bool "ARC ISA v2"
+ help
+ ISA for the Next Generation ARC-HS cores
endchoice