.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Configuration for NCSI support |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_NCSI |
---|
6 | 7 | bool "NCSI interface support" |
---|
7 | 8 | depends on INET |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | This module provides NCSI (Network Controller Sideband Interface) |
---|
10 | 11 | support. Enable this only if your system connects to a network |
---|
11 | 12 | device via NCSI and the ethernet driver you're using supports |
---|
12 | 13 | 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. |
---|