kernel: remove target specific setting of CONFIG_TCP_CONG_ADVANCED
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 24 Dec 2020 01:35:39 +0000 (09:35 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Sat, 26 Dec 2020 02:08:08 +0000 (10:08 +0800)
commitd6425504310280a4cfc4f34977fb6638c1ff557b
treeef3266acca972f3037d5c3057f6afda7a6ae6be0
parentb9389186b012e5bd99ea6523b8220aaee6ca0085
kernel: remove target specific setting of CONFIG_TCP_CONG_ADVANCED

The option was introduced in upstream linux commit a6484045 ("[TCP]: Do
not present confusing congestion control options by default.").

The option is set to y in generic config and to the moment does not
incur additional size increment.  Make it y for all so that packages
such as kmod-tcp-bbr do not have to set it on every occasion

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
target/linux/layerscape/armv7/config-5.4
target/linux/layerscape/armv8_64b/config-5.4
target/linux/zynq/config-5.4