diff options
Diffstat (limited to 'net/Kconfig')
| -rw-r--r-- | net/Kconfig | 24 |
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 | ||
| 256 | config HWBM | ||
| 257 | bool | ||
| 258 | |||
| 256 | config SOCK_CGROUP_DATA | 259 | config SOCK_CGROUP_DATA |
| 257 | bool | 260 | bool |
| 258 | default n | 261 | default n |
| @@ -360,6 +363,7 @@ source "net/can/Kconfig" | |||
| 360 | source "net/irda/Kconfig" | 363 | source "net/irda/Kconfig" |
| 361 | source "net/bluetooth/Kconfig" | 364 | source "net/bluetooth/Kconfig" |
| 362 | source "net/rxrpc/Kconfig" | 365 | source "net/rxrpc/Kconfig" |
| 366 | source "net/kcm/Kconfig" | ||
| 363 | 367 | ||
| 364 | config FIB_RULES | 368 | config 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 | ||
| 399 | config DST_CACHE | ||
| 400 | bool | ||
| 401 | default n | ||
| 402 | |||
| 403 | config 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 | |||
| 410 | config 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 | |||
| 395 | endif # if NET | 419 | endif # 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 |
