hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/ethernet/samsung/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Samsung Ethernet device configuration
34 #
....@@ -5,12 +6,12 @@
56 config NET_VENDOR_SAMSUNG
67 bool "Samsung Ethernet devices"
78 default y
8
- ---help---
9
+ help
910 If you have a network (Ethernet) chipset belonging to this class,
1011 say Y.
1112
1213 Note that the answer to this question does not directly affect
13
- the kernel: saying N will just case the configurator to skip all
14
+ the kernel: saying N will just cause the configurator to skip all
1415 the questions about Samsung chipsets. If you say Y, you will be asked
1516 for your specific chipset/driver in the following questions.
1617
....@@ -22,7 +23,7 @@
2223 select PHYLIB
2324 select CRC32
2425 imply PTP_1588_CLOCK
25
- ---help---
26
+ help
2627 This is the driver for the SXGBE 10G Ethernet IP block found on
2728 Samsung platforms.
2829