Skip to content

Commit

Permalink
config: set TCP_CONG_ADVANCED
Browse files Browse the repository at this point in the history
or else Kconfig would generate a warning about a missing TCP_CONG_BBR
dependency.

Signed-off-by: Matthieu Coudron <mattator@gmail.com>
  • Loading branch information
teto committed Dec 25, 2017
1 parent baf9c8c commit 9506cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/lkl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ config LKL
select 64BIT if OUTPUT_FORMAT = "elf64-littleaarch64"
select IP_PNP
select IP_PNP_DHCP
select TCP_CONG_ADVANCED
select TCP_CONG_BBR
select HIGH_RES_TIMERS
select NET_SCHED
Expand Down

0 comments on commit 9506cbe

Please sign in to comment.