1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2007f790cSJiri Pirko# 3007f790cSJiri Pirko# Configuration for Switch device support 4007f790cSJiri Pirko# 5007f790cSJiri Pirko 6007f790cSJiri Pirkoconfig NET_SWITCHDEV 78fbb89c6SFlorian Fainelli bool "Switch (and switch-ish) device support" 8007f790cSJiri Pirko depends on INET 9*a7f7f624SMasahiro Yamada help 10007f790cSJiri Pirko This module provides glue between core networking code and device 11007f790cSJiri Pirko drivers in order to support hardware switch chips in very generic 12007f790cSJiri Pirko meaning of the word "switch". This include devices supporting L2/L3 but 13007f790cSJiri Pirko also various flow offloading chips, including switches embedded into 14007f790cSJiri Pirko SR-IOV NICs. 15