net: bql: allow the config to be disabled
authorBreno Leitao <leitao@debian.org>
Thu, 15 Feb 2024 17:05:07 +0000 (09:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Feb 2024 10:19:21 +0000 (10:19 +0000)
commitea7f3cfaa58873bbe271577efa800647e30f18bd
tree46301b158f580a75fdf8de9a6fd7e09ef6fea825
parenta6e0cb150c514efba4aaba4069927de43d80bb59
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>
net/Kconfig