From: Breno Leitao Date: Thu, 15 Feb 2024 17:05:07 +0000 (-0800) Subject: net: bql: allow the config to be disabled X-Git-Tag: v6.9-rc1~159^2~234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea7f3cfaa58873bbe271577efa800647e30f18bd;p=thirdparty%2Fkernel%2Flinux.git net: bql: allow the config to be disabled It is impossible to disable BQL individually today, since there is no prompt for the Kconfig entry, so, the BQL is always enabled if SYSFS is enabled. Create a prompt entry for BQL, so, it could be enabled or disabled at build time independently of SYSFS. Signed-off-by: Breno Leitao Signed-off-by: David S. Miller --- diff --git a/net/Kconfig b/net/Kconfig index 4adc47d0c9c2a..3e57ccf0da279 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -331,6 +331,7 @@ config NET_RX_BUSY_POLL config BQL bool + prompt "Enable Byte Queue Limits" depends on SYSFS select DQL default y