Преглед на файлове

ARCv2: All bits in place, allow ARCv2 builds

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta преди 10 години
родител
ревизия
65bfbcdfde
променени са 1 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 4 5
      arch/arc/Kconfig

+ 4 - 5
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