Kconfig 725 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Configuration for NCSI support
  4. #
  5. config NET_NCSI
  6. bool "NCSI interface support"
  7. depends on INET
  8. help
  9. This module provides NCSI (Network Controller Sideband Interface)
  10. support. Enable this only if your system connects to a network
  11. device via NCSI and the ethernet driver you're using supports
  12. the protocol explicitly.
  13. config NCSI_OEM_CMD_GET_MAC
  14. bool "Get NCSI OEM MAC Address"
  15. depends on NET_NCSI
  16. help
  17. This allows to get MAC address from NCSI firmware and set them back to
  18. controller.
  19. config NCSI_OEM_CMD_KEEP_PHY
  20. bool "Keep PHY Link up"
  21. depends on NET_NCSI
  22. help
  23. This allows to keep PHY link up and prevents any channel resets during
  24. the host load.