1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 24b8ac966SJiri Pirko# 34b8ac966SJiri Pirko# Rocker device configuration 44b8ac966SJiri Pirko# 54b8ac966SJiri Pirko 64b8ac966SJiri Pirkoconfig NET_VENDOR_ROCKER 74b8ac966SJiri Pirko bool "Rocker devices" 84b8ac966SJiri Pirko default y 9a7f7f624SMasahiro Yamada help 104b8ac966SJiri Pirko If you have a network device belonging to this class, say Y. 114b8ac966SJiri Pirko 124b8ac966SJiri Pirko Note that the answer to this question doesn't directly affect the 134b8ac966SJiri Pirko kernel: saying N will just cause the configurator to skip all 144b8ac966SJiri Pirko the questions about Rocker devices. If you say Y, you will be asked for 154b8ac966SJiri Pirko your specific card in the following questions. 164b8ac966SJiri Pirko 174b8ac966SJiri Pirkoif NET_VENDOR_ROCKER 184b8ac966SJiri Pirko 194b8ac966SJiri Pirkoconfig ROCKER 204b8ac966SJiri Pirko tristate "Rocker switch driver (EXPERIMENTAL)" 21b2abeeddSAndreas Ruprecht depends on PCI && NET_SWITCHDEV && BRIDGE 22*0b32e91fSArnd Bergmann select CRC32 23a7f7f624SMasahiro Yamada help 244b8ac966SJiri Pirko This driver supports Rocker switch device. 254b8ac966SJiri Pirko 264b8ac966SJiri Pirko To compile this driver as a module, choose M here: the 274b8ac966SJiri Pirko module will be called rocker. 284b8ac966SJiri Pirko 294b8ac966SJiri Pirkoendif # NET_VENDOR_ROCKER 30