arch: remove no-longer default on atomics option

Now that all architectures explicitly select this option when it makes
sense, there is no need to have a default value.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2014-08-17 21:30:03 +02:00 committed by Peter Korsgaard
parent 6a1f8b712d
commit a690fea1ac
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ config BR2_GCC_TARGET_MODE
# If the architecture has atomic operations, select this:
config BR2_ARCH_HAS_ATOMICS
bool
default y if !BR2_arc
# Set up target binary format
choice