brintos

brintos / linux-shallow public Read only

0
0
Text · 261 B · 480293b Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Copyright (C) 2024 Intel Corporation3 4config LIBETH5	tristate6	select PAGE_POOL7	help8	  libeth is a common library containing routines shared between several9	  drivers, but not yet promoted to the generic kernel API.10