xref: /linux/drivers/net/ethernet/intel/libie/Kconfig (revision 90d32e92011eaae8e70a9169b4e7acf4ca8f9d3a)
1# SPDX-License-Identifier: GPL-2.0-only
2# Copyright (C) 2024 Intel Corporation
3
4config LIBIE
5	tristate
6	select LIBETH
7	help
8	  libie (Intel Ethernet library) is a common library built on top of
9	  libeth and containing vendor-specific routines shared between several
10	  Intel Ethernet drivers.
11