Kconfig 445 B

1234567891011121314
  1. #
  2. # Configuration for Switch device support
  3. #
  4. config NET_SWITCHDEV
  5. bool "Switch (and switch-ish) device support"
  6. depends on INET
  7. ---help---
  8. This module provides glue between core networking code and device
  9. drivers in order to support hardware switch chips in very generic
  10. meaning of the word "switch". This include devices supporting L2/L3 but
  11. also various flow offloading chips, including switches embedded into
  12. SR-IOV NICs.