hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/ncsi/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Configuration for NCSI support
34 #
....@@ -5,8 +6,14 @@
56 config NET_NCSI
67 bool "NCSI interface support"
78 depends on INET
8
- ---help---
9
+ help
910 This module provides NCSI (Network Controller Sideband Interface)
1011 support. Enable this only if your system connects to a network
1112 device via NCSI and the ethernet driver you're using supports
1213 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 NCSI firmware and set them back to
19
+ controller.