1ec8f24b7SThomas 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 9a7f7f624SMasahiro Yamada 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 17a7f7f624SMasahiro Yamada help 18cb10c7c0SVijay Khemka This allows to get MAC address from NCSI firmware and set them back to 19cb10c7c0SVijay Khemka controller. 20*abd2fddcSIvan Mikhaylovconfig NCSI_OEM_CMD_KEEP_PHY 21*abd2fddcSIvan Mikhaylov bool "Keep PHY Link up" 22*abd2fddcSIvan Mikhaylov depends on NET_NCSI 23*abd2fddcSIvan Mikhaylov help 24*abd2fddcSIvan Mikhaylov This allows to keep PHY link up and prevents any channel resets during 25*abd2fddcSIvan Mikhaylov the host load. 26