Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
defconfig: add bbr2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreock committed Nov 3, 2022
1 parent e4d00a5 commit 85c53c1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions arch/arm64/configs/vendor/sm8250_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CONFIG_DEVFREQ_MSM_GPUBW_BOOST_FREQ=10437
CONFIG_DEVFREQ_MSM_GPUBW_BOOST_FREQ_LOW=10437
CONFIG_DEVFREQ_THREAD_PRIORITY=99
CONFIG_DYNAMIC_FSYNC=y
CONFIG_PROC_MAGISK_HIDE_MOUNT=y
#CONFIG_PROC_MAGISK_HIDE_MOUNT=y
CONFIG_SUSPEND_SKIP_SYNC=y
CONFIG_CPU_INPUT_BOOST=y
CONFIG_INPUT_BOOST_DURATION_MS=64
Expand All @@ -52,7 +52,7 @@ CONFIG_OPLUS_SYSTEM_KERNEL_QCOM=y
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_LD_IS_LLD=y
CONFIG_CLANG_VERSION=140006
CONFIG_CLANG_VERSION=16000
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
Expand Down Expand Up @@ -945,8 +945,10 @@ CONFIG_INET_UDP_DIAG=y
# CONFIG_INET_RAW_DIAG is not set
CONFIG_INET_DIAG_DESTROY=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_CONG_BBR2=y
#CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_BBR2=y
CONFIG_DEFAULT_TCP_CONG="bbr2"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
Expand Down

0 comments on commit 85c53c1

Please sign in to comment.