Commit 742f8af6 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: [kbuild] Retire CONFIG_ARC_CPU_REL_4_10



Back when ARC700 4.10 was released, the related kernel features were
tied to this config item so they could be disabled in one shot (i.e.
LLOCK/SCOND, SWAPE, RTSC..)

That having happened a while back, all new ARC customers weill get 4.11+
so those features can be assumed to be present and need not be tied to a
top-level (we still retain the ability to individually disable them).

Further, since ARCv2 also shares some of those feautes, removing it
simplifies things a bit in Kconfig

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 454bfda9
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ config ARC_CPU_750D

config ARC_CPU_770
	bool "ARC770"
	select ARC_CPU_REL_4_10
	select ARC_HAS_SWAPE
	help
	  Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
	  This core has a bunch of cool new features:
@@ -302,13 +302,6 @@ config ARC_FPU_SAVE_RESTORE
config ARC_CANT_LLSC
	def_bool n

menuconfig ARC_CPU_REL_4_10
	bool "Enable support for Rel 4.10 features"
	default n
	help
	  -ARC770 (and dependent features) enabled
	  -ARC750 also shares some of the new features with 770

config ARC_HAS_LLSC
	bool "Insn: LLOCK/SCOND (efficient atomic ops)"
	default y
@@ -317,12 +310,10 @@ config ARC_HAS_LLSC
config ARC_HAS_SWAPE
	bool "Insn: SWAPE (endian-swap)"
	default y
	depends on ARC_CPU_REL_4_10

config ARC_HAS_RTSC
	bool "Insn: RTSC (64-bit r/o cycle counter)"
	default y
	depends on ARC_CPU_REL_4_10
	depends on !SMP

endmenu   # "ARC CPU Configuration"