From 16e0866a742b7edaaaa4fd75b2d122496e84086d Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Mon, 21 May 2018 12:12:36 +0300 Subject: kernel: enable FUTEX_PI by default New FUTEX_PI configuration symbol enabled if FUTEX and RT_MUTEX symbols are enabled. Both of these symbols are enabled by default in the generic config, so enable FUTEX_PI by default too to keep platform specific configs minimal. Signed-off-by: Sergey Ryazanov (cherry picked from commit bdc2b58c4bccb50242af853dc80b50f9324b841c) --- target/linux/apm821xx/config-4.14 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/apm821xx') diff --git a/target/linux/apm821xx/config-4.14 b/target/linux/apm821xx/config-4.14 index 06aa760a2e..c3ca04d5ca 100644 --- a/target/linux/apm821xx/config-4.14 +++ b/target/linux/apm821xx/config-4.14 @@ -104,7 +104,6 @@ CONFIG_FIXED_PHY=y CONFIG_FREEZER=y # CONFIG_FSL_LBC is not set # CONFIG_FSL_ULI1575 is not set -CONFIG_FUTEX_PI=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_CLOCKEVENTS=y -- cgit v1.2.3