.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Samsung Ethernet device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_SAMSUNG |
---|
6 | 7 | bool "Samsung Ethernet devices" |
---|
7 | 8 | default y |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | If you have a network (Ethernet) chipset belonging to this class, |
---|
10 | 11 | say Y. |
---|
11 | 12 | |
---|
12 | 13 | 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 |
---|
14 | 15 | the questions about Samsung chipsets. If you say Y, you will be asked |
---|
15 | 16 | for your specific chipset/driver in the following questions. |
---|
16 | 17 | |
---|
.. | .. |
---|
22 | 23 | select PHYLIB |
---|
23 | 24 | select CRC32 |
---|
24 | 25 | imply PTP_1588_CLOCK |
---|
25 | | - ---help--- |
---|
| 26 | + help |
---|
26 | 27 | This is the driver for the SXGBE 10G Ethernet IP block found on |
---|
27 | 28 | Samsung platforms. |
---|
28 | 29 | |
---|