diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:36 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 07:55:12 +0200 |
commit | bdc2b58c4bccb50242af853dc80b50f9324b841c (patch) | |
tree | e359b2e3f9f887bdf95c4d6fa3659833eb7efa17 /target/linux/bcm53xx/config-4.14 | |
parent | a08b0d0c3149060f1585ad3ea2ea3edfde71bce4 (diff) | |
download | upstream-bdc2b58c4bccb50242af853dc80b50f9324b841c.tar.gz upstream-bdc2b58c4bccb50242af853dc80b50f9324b841c.tar.bz2 upstream-bdc2b58c4bccb50242af853dc80b50f9324b841c.zip |
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>
Diffstat (limited to 'target/linux/bcm53xx/config-4.14')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index 5c22702a19..2971fa7150 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -135,7 +135,6 @@ CONFIG_EXTCON=y CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FRAME_POINTER=y -CONFIG_FUTEX_PI=y # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_ARCH_TOPOLOGY=y |