diff --git a/config/Config-kernel.in b/config/Config-kernel.in index bab46169b..ae845b66f 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1135,6 +1135,13 @@ config KERNEL_NET_L3_MASTER_DEV This module provides glue between core networking code and device 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 def_bool n