From: Yann E. MORIN Date: Sun, 17 Aug 2014 19:29:59 +0000 (+0200) Subject: arch/sh: always has atomic ops X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d22b6e06c65a65de1c39a98b6a84a9eeb751936;p=buildroot.git arch/sh: 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.sh b/arch/Config.in.sh index 1bdea37cbc..9f8f79c6ad 100644 --- a/arch/Config.in.sh +++ b/arch/Config.in.sh @@ -28,3 +28,6 @@ config BR2_ARCH config BR2_ENDIAN default "LITTLE" if BR2_sh4 || BR2_sh4a || BR2_sh64 default "BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb + +config BR2_ARCH_HAS_ATOMICS + default y