forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/rocker/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Rocker device configuration
34 #
....@@ -5,7 +6,7 @@
56 config NET_VENDOR_ROCKER
67 bool "Rocker devices"
78 default y
8
- ---help---
9
+ help
910 If you have a network device belonging to this class, say Y.
1011
1112 Note that the answer to this question doesn't directly affect the
....@@ -18,7 +19,8 @@
1819 config ROCKER
1920 tristate "Rocker switch driver (EXPERIMENTAL)"
2021 depends on PCI && NET_SWITCHDEV && BRIDGE
21
- ---help---
22
+ select CRC32
23
+ help
2224 This driver supports Rocker switch device.
2325
2426 To compile this driver as a module, choose M here: the