xref: /linux/drivers/net/ethernet/intel/libeth/Kconfig (revision 8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf)
1306ec721SAlexander Lobakin# SPDX-License-Identifier: GPL-2.0-only
28591c3afSAlexander Lobakin# Copyright (C) 2024-2025 Intel Corporation
3306ec721SAlexander Lobakin
4306ec721SAlexander Lobakinconfig LIBETH
58591c3afSAlexander Lobakin	tristate "Common Ethernet library (libeth)" if COMPILE_TEST
6e6c91556SAlexander Lobakin	select PAGE_POOL
7306ec721SAlexander Lobakin	help
8306ec721SAlexander Lobakin	  libeth is a common library containing routines shared between several
9306ec721SAlexander Lobakin	  drivers, but not yet promoted to the generic kernel API.
108591c3afSAlexander Lobakin
118591c3afSAlexander Lobakinconfig LIBETH_XDP
128591c3afSAlexander Lobakin	tristate "Common XDP library (libeth_xdp)" if COMPILE_TEST
138591c3afSAlexander Lobakin	select LIBETH
148591c3afSAlexander Lobakin	help
15*b3ad8450SAlexander Lobakin	  XDP and XSk helpers based on libeth hotpath management.
16