summaryrefslogtreecommitdiff
path: root/arch/Config.in.x86
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-02 16:31:32 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-06 11:16:00 +0100
commit4a3f597a0ea3392bbd1063c40291743955309472 (patch)
tree4cdc92f45a5ed2b2281504b3c5bffefc9050eb2d /arch/Config.in.x86
parentb53a2ac54b8158fcea7c1e7377d24ea1b7769615 (diff)
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'arch/Config.in.x86')
-rw-r--r--arch/Config.in.x863
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
index 771c20f47..7be814b8f 100644
--- a/arch/Config.in.x86
+++ b/arch/Config.in.x86
@@ -245,9 +245,6 @@ config BR2_ARCH
config BR2_ENDIAN
default "LITTLE"
-config BR2_ARCH_HAS_ATOMICS
- default y if !BR2_x86_i386
-
config BR2_GCC_TARGET_ARCH
default "i386" if BR2_x86_i386
default "i486" if BR2_x86_i486