0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Configuration for Switch device support
0004 #
0005
0006 config NET_SWITCHDEV
0007 bool "Switch (and switch-ish) device support"
0008 depends on INET
0009 help
0010 This module provides glue between core networking code and device
0011 drivers in order to support hardware switch chips in very generic
0012 meaning of the word "switch". This include devices supporting L2/L3 but
0013 also various flow offloading chips, including switches embedded into
0014 SR-IOV NICs.