# SPDX-License-Identifier: GPL-2.0-only # # Configuration for NCSI support # config [31mCONFIG_NET_NCSI[0m bool "NCSI interface support" depends on [31mCONFIG_INET[0m ---help--- This module provides NCSI (Network Controller Sideband Interface) support. Enable this only if your system connects to a network device via NCSI and the ethernet driver you're using supports the protocol explicitly. config [31mCONFIG_NCSI_OEM_CMD_GET_MAC[0m bool "Get NCSI OEM MAC Address" depends on [31mCONFIG_NET_NCSI[0m ---help--- This allows to get [31mCONFIG_MAC[0m address from NCSI firmware and set them back to controller. |