summaryrefslogtreecommitdiff
path: root/net/Kconfig
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2024-02-15 20:05:07 +0300
committerDavid S. Miller <davem@davemloft.net>2024-02-18 13:19:21 +0300
commitea7f3cfaa58873bbe271577efa800647e30f18bd (patch)
tree46301b158f580a75fdf8de9a6fd7e09ef6fea825 /net/Kconfig
parenta6e0cb150c514efba4aaba4069927de43d80bb59 (diff)
downloadlinux-ea7f3cfaa58873bbe271577efa800647e30f18bd.tar.xz
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 <leitao@debian.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4adc47d0c9c2..3e57ccf0da27 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