aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 174354618f8a..a8934d8c8fda 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -253,6 +253,9 @@ config XPS
253 depends on SMP 253 depends on SMP
254 default y 254 default y
255 255
256config HWBM
257 bool
258
256config SOCK_CGROUP_DATA 259config SOCK_CGROUP_DATA
257 bool 260 bool
258 default n 261 default n
@@ -360,6 +363,7 @@ source "net/can/Kconfig"
360source "net/irda/Kconfig" 363source "net/irda/Kconfig"
361source "net/bluetooth/Kconfig" 364source "net/bluetooth/Kconfig"
362source "net/rxrpc/Kconfig" 365source "net/rxrpc/Kconfig"
366source "net/kcm/Kconfig"
363 367
364config FIB_RULES 368config FIB_RULES
365 bool 369 bool
@@ -392,6 +396,26 @@ config LWTUNNEL
392 weight tunnel endpoint. Tunnel encapsulation parameters are stored 396 weight tunnel endpoint. Tunnel encapsulation parameters are stored
393 with light weight tunnel state associated with fib routes. 397 with light weight tunnel state associated with fib routes.
394 398
399config DST_CACHE
400 bool
401 default n
402
403config NET_DEVLINK
404 tristate "Network physical/parent device Netlink interface"
405 help
406 Network physical/parent device Netlink interface provides
407 infrastructure to support access to physical chip-wide config and
408 monitoring.
409
410config MAY_USE_DEVLINK
411 tristate
412 default m if NET_DEVLINK=m
413 default y if NET_DEVLINK=y || NET_DEVLINK=n
414 help
415 Drivers using the devlink infrastructure should have a dependency
416 on MAY_USE_DEVLINK to ensure they do not cause link errors when
417 devlink is a loadable module and the driver using it is built-in.
418
395endif # if NET 419endif # if NET
396 420
397# Used by archs to tell that they support BPF_JIT 421# Used by archs to tell that they support BPF_JIT