David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # Rocker device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_ROCKER |
| 7 | bool "Rocker devices" |
| 8 | default y |
| 9 | ---help--- |
| 10 | 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 the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about Rocker devices. If you say Y, you will be asked for |
| 15 | your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_ROCKER |
| 18 | |
| 19 | config ROCKER |
| 20 | tristate "Rocker switch driver (EXPERIMENTAL)" |
| 21 | depends on PCI && NET_SWITCHDEV && BRIDGE |
| 22 | ---help--- |
| 23 | This driver supports Rocker switch device. |
| 24 | |
| 25 | To compile this driver as a module, choose M here: the |
| 26 | module will be called rocker. |
| 27 | |
| 28 | endif # NET_VENDOR_ROCKER |