Commit ea7f3cfa authored by Breno Leitao's avatar Breno Leitao Committed by David S. Miller

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: default avatarBreno Leitao <leitao@debian.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a6e0cb15
......@@ -331,6 +331,7 @@ config NET_RX_BUSY_POLL
config BQL
bool
prompt "Enable Byte Queue Limits"
depends on SYSFS
select DQL
default y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment