1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 22d283bddSGavin Shan# 32d283bddSGavin Shan# Configuration for NCSI support 42d283bddSGavin Shan# 52d283bddSGavin Shan 62d283bddSGavin Shanconfig NET_NCSI 72d283bddSGavin Shan bool "NCSI interface support" 82d283bddSGavin Shan depends on INET 92d283bddSGavin Shan ---help--- 102d283bddSGavin Shan This module provides NCSI (Network Controller Sideband Interface) 112d283bddSGavin Shan support. Enable this only if your system connects to a network 122d283bddSGavin Shan device via NCSI and the ethernet driver you're using supports 132d283bddSGavin Shan the protocol explicitly. 14cb10c7c0SVijay Khemkaconfig NCSI_OEM_CMD_GET_MAC 15cb10c7c0SVijay Khemka bool "Get NCSI OEM MAC Address" 16cb10c7c0SVijay Khemka depends on NET_NCSI 17cb10c7c0SVijay Khemka ---help--- 18cb10c7c0SVijay Khemka This allows to get MAC address from NCSI firmware and set them back to 19cb10c7c0SVijay Khemka controller. 20