1306ec721SAlexander Lobakin# SPDX-License-Identifier: GPL-2.0-only 2306ec721SAlexander Lobakin# Copyright (C) 2024 Intel Corporation 3306ec721SAlexander Lobakin 4306ec721SAlexander Lobakinconfig LIBIE 5306ec721SAlexander Lobakin tristate 6306ec721SAlexander Lobakin select LIBETH 7306ec721SAlexander Lobakin help 8306ec721SAlexander Lobakin libie (Intel Ethernet library) is a common library built on top of 9306ec721SAlexander Lobakin libeth and containing vendor-specific routines shared between several 10306ec721SAlexander Lobakin Intel Ethernet drivers. 11*5feaa7a0SMichal Swiatkowski 12*5feaa7a0SMichal Swiatkowskiconfig LIBIE_ADMINQ 13*5feaa7a0SMichal Swiatkowski tristate 14*5feaa7a0SMichal Swiatkowski help 15*5feaa7a0SMichal Swiatkowski Helper functions used by Intel Ethernet drivers for administration 16*5feaa7a0SMichal Swiatkowski queue command interface (aka adminq). 17