Kconfig 342 B

12345678910111213
  1. #
  2. # Configuration for NCSI support
  3. #
  4. config NET_NCSI
  5. bool "NCSI interface support"
  6. depends on INET
  7. ---help---
  8. This module provides NCSI (Network Controller Sideband Interface)
  9. support. Enable this only if your system connects to a network
  10. device via NCSI and the ethernet driver you're using supports
  11. the protocol explicitly.