1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Configuration for NCSI support 2 # Configuration for NCSI support 4 # 3 # 5 4 6 config NET_NCSI 5 config NET_NCSI 7 bool "NCSI interface support" 6 bool "NCSI interface support" 8 depends on INET 7 depends on INET 9 help !! 8 ---help--- 10 This module provides NCSI (Network C 9 This module provides NCSI (Network Controller Sideband Interface) 11 support. Enable this only if your sy 10 support. Enable this only if your system connects to a network 12 device via NCSI and the ethernet dri 11 device via NCSI and the ethernet driver you're using supports 13 the protocol explicitly. 12 the protocol explicitly. 14 config NCSI_OEM_CMD_GET_MAC << 15 bool "Get NCSI OEM MAC Address" << 16 depends on NET_NCSI << 17 help << 18 This allows to get MAC address from << 19 controller. << 20 config NCSI_OEM_CMD_KEEP_PHY << 21 bool "Keep PHY Link up" << 22 depends on NET_NCSI << 23 help << 24 This allows to keep PHY link up and << 25 the host load. <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.