Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fabae434 authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Gerrit - the friendly Code Review server
Browse files

arch: arm: Enabled HAVE_FUTEX_CMPXCHG if FUTEX is enabled



Enable HAVE_FUTEX_CMPXCHG config if FUTEX is enabled on ARM
architectures.

Change-Id: Ie6f19454cb868507931c4454708497e6e9c735ea
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 2913cfe3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ config ARM
	select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
	select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL)
	select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
	select HAVE_FUTEX_CMPXCHG if FUTEX
	select HAVE_GCC_PLUGINS
	select HAVE_GENERIC_DMA_COHERENT
	select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))