0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Configuration for NCSI support
0004 #
0005
0006 config NET_NCSI
0007 bool "NCSI interface support"
0008 depends on INET
0009 help
0010 This module provides NCSI (Network Controller Sideband Interface)
0011 support. Enable this only if your system connects to a network
0012 device via NCSI and the ethernet driver you're using supports
0013 the protocol explicitly.
0014 config NCSI_OEM_CMD_GET_MAC
0015 bool "Get NCSI OEM MAC Address"
0016 depends on NET_NCSI
0017 help
0018 This allows to get MAC address from NCSI firmware and set them back to
0019 controller.
0020 config NCSI_OEM_CMD_KEEP_PHY
0021 bool "Keep PHY Link up"
0022 depends on NET_NCSI
0023 help
0024 This allows to keep PHY link up and prevents any channel resets during
0025 the host load.