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 <ryazanov.s.a@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
a08b0d0c31
commit
bdc2b58c4b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user