From: Yann E. MORIN Date: Sun, 17 Aug 2014 19:29:52 +0000 (+0200) Subject: arch/avr32: always has atomic ops X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=116f63f4d77fb592fcf575c99b29170327902527;p=buildroot.git arch/avr32: always has atomic ops Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Anton Kolesov Signed-off-by: Peter Korsgaard --- diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32 index 842958957f..fc1f4f66f9 100644 --- a/arch/Config.in.avr32 +++ b/arch/Config.in.avr32 @@ -6,3 +6,6 @@ config BR2_ENDIAN config BR2_GCC_TARGET_ARCH default "ap" + +config BR2_ARCH_HAS_ATOMICS + default y