0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Rocker device configuration
0004 #
0005
0006 config NET_VENDOR_ROCKER
0007 bool "Rocker devices"
0008 default y
0009 help
0010 If you have a network device belonging to this class, say Y.
0011
0012 Note that the answer to this question doesn't directly affect the
0013 kernel: saying N will just cause the configurator to skip all
0014 the questions about Rocker devices. If you say Y, you will be asked for
0015 your specific card in the following questions.
0016
0017 if NET_VENDOR_ROCKER
0018
0019 config ROCKER
0020 tristate "Rocker switch driver (EXPERIMENTAL)"
0021 depends on PCI && NET_SWITCHDEV && BRIDGE
0022 select CRC32
0023 help
0024 This driver supports Rocker switch device.
0025
0026 To compile this driver as a module, choose M here: the
0027 module will be called rocker.
0028
0029 endif # NET_VENDOR_ROCKER