Commit 4a3f597a authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

arch: remove BR2_ARCH_HAS_ATOMICS option



Now that BR2_ARCH_HAS_ATOMICS is no longer used anywhere, we can
remove it from arch/Config.in*, as well as from the documentation.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
parent b53a2ac5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -284,10 +284,6 @@ config BR2_GCC_TARGET_FLOAT_ABI
config BR2_GCC_TARGET_MODE
	string

# If the architecture has atomic operations, select this:
config BR2_ARCH_HAS_ATOMICS
	bool

# Must be selected by binary formats that support shared libraries.
config BR2_BINFMT_SUPPORTS_SHARED
	bool
+0 −3
Original line number Diff line number Diff line
@@ -5,6 +5,3 @@ config BR2_ARCH
config BR2_ENDIAN
	default "LITTLE" if BR2_aarch64
	default "BIG"	 if BR2_aarch64_be

config BR2_ARCH_HAS_ATOMICS
	default y
+0 −3
Original line number Diff line number Diff line
@@ -21,9 +21,6 @@ config BR2_ARC_ATOMIC_EXT
	bool "Atomic extension (LLOCK/SCOND instructions)"
	default y if BR2_arc770d || BR2_archs38

config BR2_ARCH_HAS_ATOMICS
	default y if BR2_ARC_ATOMIC_EXT

config BR2_ARCH
	default "arc"	if BR2_arcle
	default "arceb"	if BR2_arceb
+0 −3
Original line number Diff line number Diff line
@@ -426,9 +426,6 @@ config BR2_ENDIAN
	default "LITTLE" if BR2_arm
	default "BIG"	 if BR2_armeb

config BR2_ARCH_HAS_ATOMICS
	default y

config BR2_GCC_TARGET_CPU
	default "arm920t"	if BR2_arm920t
	default "arm922t"	if BR2_arm922t
+0 −3
Original line number Diff line number Diff line
@@ -68,9 +68,6 @@ config BR2_ARCH
config BR2_ENDIAN
	default "LITTLE"

config BR2_ARCH_HAS_ATOMICS
	default y

config BR2_GCC_TARGET_CPU
	default bf606		if BR2_bf606
	default bf607		if BR2_bf607
Loading