summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <[email protected]>2022-08-08 21:46:04 +0930
committerTom Rini <[email protected]>2022-10-21 16:04:39 -0400
commit4b290d4a757caaf5efedc74ea3db9974b51f35f2 (patch)
treee068e8c4cfce2e0d8309753f2084e1491e4c291c /cmd/Kconfig
parent09bd3d0b0a954f250bac61fee7e3c6d037914569 (diff)
cmd: Add ncsi command
Adds an "ncsi" command to manually start NC-SI configuration. Signed-off-by: Samuel Mendoza-Jonas <[email protected]> Signed-off-by: Joel Stanley <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 16030e34a12..41cf1d46fb1 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1842,6 +1842,14 @@ config CMD_LINK_LOCAL
help
Acquire a network IP address using the link-local protocol
+config CMD_NCSI
+ bool "ncsi"
+ depends on PHY_NCSI
+ help
+ Manually configure the attached NIC via NC-SI.
+ Normally this happens automatically before other network
+ operations.
+
endif
config CMD_ETHSW