blob: 2f1e5756c03aa8632c29d3d9c20617061a214b5a [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002#
3# Configuration for NCSI support
4#
5
6config NET_NCSI
7 bool "NCSI interface support"
8 depends on INET
9 ---help---
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.
David Brazdil0f672f62019-12-10 10:32:29 +000014config 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.