xref: /linux/net/switchdev/Kconfig (revision 007f790c8276271de26416f90d55561bcc96588a)
1*007f790cSJiri Pirko#
2*007f790cSJiri Pirko# Configuration for Switch device support
3*007f790cSJiri Pirko#
4*007f790cSJiri Pirko
5*007f790cSJiri Pirkoconfig NET_SWITCHDEV
6*007f790cSJiri Pirko	boolean "Switch (and switch-ish) device support (EXPERIMENTAL)"
7*007f790cSJiri Pirko	depends on INET
8*007f790cSJiri Pirko	---help---
9*007f790cSJiri Pirko	  This module provides glue between core networking code and device
10*007f790cSJiri Pirko	  drivers in order to support hardware switch chips in very generic
11*007f790cSJiri Pirko	  meaning of the word "switch". This include devices supporting L2/L3 but
12*007f790cSJiri Pirko	  also various flow offloading chips, including switches embedded into
13*007f790cSJiri Pirko	  SR-IOV NICs.
14