From bdc2b58c4bccb50242af853dc80b50f9324b841c 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 --- target/linux/generic/config-4.14 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/generic/config-4.14') diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index e0cc123067..7c947aa3cf 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1446,6 +1446,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y # CONFIG_FW_CFG_SYSFS is not set CONFIG_FW_LOADER=y CONFIG_FW_LOADER_USER_HELPER=y -- cgit v1.2.3