Kconfig (b7b14ec1ebef35d22f3f4087816468f22c987f75) | Kconfig (f4b6bcc7002f0e3a3428bac33cf1945abff95450) |
---|---|
1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 select NLATTR 8 select GENERIC_NET_UTILS --- 415 unchanged lines hidden (view full) --- 424 bool 425 default n 426 help 427 The NET_SOCK_MSG provides a framework for plain sockets (e.g. TCP) or 428 ULPs (upper layer modules, e.g. TLS) to process L7 application data 429 with the help of BPF programs. 430 431config NET_DEVLINK | 1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 select NLATTR 8 select GENERIC_NET_UTILS --- 415 unchanged lines hidden (view full) --- 424 bool 425 default n 426 help 427 The NET_SOCK_MSG provides a framework for plain sockets (e.g. TCP) or 428 ULPs (upper layer modules, e.g. TLS) to process L7 application data 429 with the help of BPF programs. 430 431config NET_DEVLINK |
432 tristate "Network physical/parent device Netlink interface" | 432 bool "Network physical/parent device Netlink interface" |
433 help 434 Network physical/parent device Netlink interface provides 435 infrastructure to support access to physical chip-wide config and 436 monitoring. 437 | 433 help 434 Network physical/parent device Netlink interface provides 435 infrastructure to support access to physical chip-wide config and 436 monitoring. 437 |
438config MAY_USE_DEVLINK 439 tristate 440 default m if NET_DEVLINK=m 441 default y if NET_DEVLINK=y || NET_DEVLINK=n 442 help 443 Drivers using the devlink infrastructure should have a dependency 444 on MAY_USE_DEVLINK to ensure they do not cause link errors when 445 devlink is a loadable module and the driver using it is built-in. 446 | |
447config PAGE_POOL 448 bool 449 450config FAILOVER 451 tristate "Generic failover module" 452 help 453 The failover module provides a generic interface for paravirtual 454 drivers to register a netdev and a set of ops with a failover --- 21 unchanged lines hidden --- | 438config PAGE_POOL 439 bool 440 441config FAILOVER 442 tristate "Generic failover module" 443 help 444 The failover module provides a generic interface for paravirtual 445 drivers to register a netdev and a set of ops with a failover --- 21 unchanged lines hidden --- |