1306ec721SAlexander Lobakin# SPDX-License-Identifier: GPL-2.0-only 2*8591c3afSAlexander Lobakin# Copyright (C) 2024-2025 Intel Corporation 3306ec721SAlexander Lobakin 4306ec721SAlexander Lobakinconfig LIBETH 5*8591c3afSAlexander 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. 10*8591c3afSAlexander Lobakin 11*8591c3afSAlexander Lobakinconfig LIBETH_XDP 12*8591c3afSAlexander Lobakin tristate "Common XDP library (libeth_xdp)" if COMPILE_TEST 13*8591c3afSAlexander Lobakin select LIBETH 14*8591c3afSAlexander Lobakin help 15*8591c3afSAlexander Lobakin XDP helpers based on libeth hotpath management. 16