18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Rocker device configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciconfig NET_VENDOR_ROCKER
78c2ecf20Sopenharmony_ci	bool "Rocker devices"
88c2ecf20Sopenharmony_ci	default y
98c2ecf20Sopenharmony_ci	help
108c2ecf20Sopenharmony_ci	  If you have a network device belonging to this class, say Y.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
138c2ecf20Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
148c2ecf20Sopenharmony_ci	  the questions about Rocker devices. If you say Y, you will be asked for
158c2ecf20Sopenharmony_ci	  your specific card in the following questions.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciif NET_VENDOR_ROCKER
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciconfig ROCKER
208c2ecf20Sopenharmony_ci	tristate "Rocker switch driver (EXPERIMENTAL)"
218c2ecf20Sopenharmony_ci	depends on PCI && NET_SWITCHDEV && BRIDGE
228c2ecf20Sopenharmony_ci	select CRC32
238c2ecf20Sopenharmony_ci	help
248c2ecf20Sopenharmony_ci	  This driver supports Rocker switch device.
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
278c2ecf20Sopenharmony_ci	  module will be called rocker.
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciendif # NET_VENDOR_ROCKER
30