.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Rocker device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_ROCKER |
---|
6 | 7 | bool "Rocker devices" |
---|
7 | 8 | default y |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | If you have a network device belonging to this class, say Y. |
---|
10 | 11 | |
---|
11 | 12 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
18 | 19 | config ROCKER |
---|
19 | 20 | tristate "Rocker switch driver (EXPERIMENTAL)" |
---|
20 | 21 | depends on PCI && NET_SWITCHDEV && BRIDGE |
---|
21 | | - ---help--- |
---|
| 22 | + select CRC32 |
---|
| 23 | + help |
---|
22 | 24 | This driver supports Rocker switch device. |
---|
23 | 25 | |
---|
24 | 26 | To compile this driver as a module, choose M here: the |
---|