config: add xdp-sockets-diag support (#12341)

This commit is contained in:
秋野かえで 2024-07-18 21:10:10 +08:00 committed by GitHub
parent e725c6198c
commit d4b2121ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1151,6 +1151,13 @@ config KERNEL_NET_L3_MASTER_DEV
This module provides glue between core networking code and device This module provides glue between core networking code and device
drivers to support L3 master devices like VRF. drivers to support L3 master devices like VRF.
config KERNEL_XDP_SOCKETS
bool "XDP sockets support"
default y if KERNEL_DEBUG_INFO_BTF
help
XDP sockets allows a channel between XDP programs and
userspace applications.
config KERNEL_PAGE_POOL config KERNEL_PAGE_POOL
def_bool n def_bool n