From: Vineet Gupta Date: Mon, 9 Mar 2015 08:31:08 +0000 (+0530) Subject: ARCv2: All bits in place, allow ARCv2 builds X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=65bfbcdfdec5c6ba055302e25506aaf67ce3c5c7;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ARCv2: All bits in place, allow ARCv2 builds Signed-off-by: Vineet Gupta --- 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 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