blob: 18a2d980e11d8b57cf3d0f1c11ad938207b56165 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Jiri Pirko007f7902014-11-28 14:34:17 +01002#
3# Configuration for Switch device support
4#
5
6config NET_SWITCHDEV
Florian Fainelli8fbb89c2016-05-14 12:49:54 -07007 bool "Switch (and switch-ish) device support"
Jiri Pirko007f7902014-11-28 14:34:17 +01008 depends on INET
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09009 help
Jiri Pirko007f7902014-11-28 14:34:17 +010010 This module provides glue between core networking code and device
11 drivers in order to support hardware switch chips in very generic
12 meaning of the word "switch". This include devices supporting L2/L3 but
13 also various flow offloading chips, including switches embedded into
14 SR-IOV NICs.