14b8ac966SJiri Pirko# 24b8ac966SJiri Pirko# Rocker device configuration 34b8ac966SJiri Pirko# 44b8ac966SJiri Pirko 54b8ac966SJiri Pirkoconfig NET_VENDOR_ROCKER 64b8ac966SJiri Pirko bool "Rocker devices" 74b8ac966SJiri Pirko default y 84b8ac966SJiri Pirko ---help--- 94b8ac966SJiri Pirko If you have a network device belonging to this class, say Y. 104b8ac966SJiri Pirko 114b8ac966SJiri Pirko Note that the answer to this question doesn't directly affect the 124b8ac966SJiri Pirko kernel: saying N will just cause the configurator to skip all 134b8ac966SJiri Pirko the questions about Rocker devices. If you say Y, you will be asked for 144b8ac966SJiri Pirko your specific card in the following questions. 154b8ac966SJiri Pirko 164b8ac966SJiri Pirkoif NET_VENDOR_ROCKER 174b8ac966SJiri Pirko 184b8ac966SJiri Pirkoconfig ROCKER 194b8ac966SJiri Pirko tristate "Rocker switch driver (EXPERIMENTAL)" 20*b2abeeddSAndreas Ruprecht depends on PCI && NET_SWITCHDEV && BRIDGE 214b8ac966SJiri Pirko ---help--- 224b8ac966SJiri Pirko This driver supports Rocker switch device. 234b8ac966SJiri Pirko 244b8ac966SJiri Pirko To compile this driver as a module, choose M here: the 254b8ac966SJiri Pirko module will be called rocker. 264b8ac966SJiri Pirko 274b8ac966SJiri Pirkoendif # NET_VENDOR_ROCKER 28