30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Rocker device configuration4#5 6config NET_VENDOR_ROCKER7 bool "Rocker devices"8 default y9 help10 If you have a network device belonging to this class, say Y.11 12 Note that the answer to this question doesn't directly affect the13 kernel: saying N will just cause the configurator to skip all14 the questions about Rocker devices. If you say Y, you will be asked for15 your specific card in the following questions.16 17if NET_VENDOR_ROCKER18 19config ROCKER20 tristate "Rocker switch driver (EXPERIMENTAL)"21 depends on PCI && NET_SWITCHDEV && BRIDGE22 select CRC3223 help24 This driver supports Rocker switch device.25 26 To compile this driver as a module, choose M here: the27 module will be called rocker.28 29endif # NET_VENDOR_ROCKER30