Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Gavin Shan | 2d283bd | 2016-07-19 11:54:16 +1000 | [diff] [blame] | 2 | # |
| 3 | # Configuration for NCSI support |
| 4 | # |
| 5 | |
| 6 | config NET_NCSI |
| 7 | bool "NCSI interface support" |
| 8 | depends on INET |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 9 | help |
Gavin Shan | 2d283bd | 2016-07-19 11:54:16 +1000 | [diff] [blame] | 10 | This module provides NCSI (Network Controller Sideband Interface) |
| 11 | support. Enable this only if your system connects to a network |
| 12 | device via NCSI and the ethernet driver you're using supports |
| 13 | the protocol explicitly. |
Vijay Khemka | cb10c7c | 2018-10-16 12:13:19 -0700 | [diff] [blame] | 14 | config NCSI_OEM_CMD_GET_MAC |
| 15 | bool "Get NCSI OEM MAC Address" |
| 16 | depends on NET_NCSI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 17 | help |
Vijay Khemka | cb10c7c | 2018-10-16 12:13:19 -0700 | [diff] [blame] | 18 | This allows to get MAC address from NCSI firmware and set them back to |
| 19 | controller. |