Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Siva Reddy | 1edb9ca | 2014-03-25 12:10:54 -0700 | [diff] [blame] | 2 | # |
| 3 | # Samsung Ethernet device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_SAMSUNG |
françois romieu | 56c8b19 | 2014-04-03 01:13:03 +0200 | [diff] [blame] | 7 | bool "Samsung Ethernet devices" |
Siva Reddy | 1edb9ca | 2014-03-25 12:10:54 -0700 | [diff] [blame] | 8 | default y |
| 9 | ---help--- |
françois romieu | 56c8b19 | 2014-04-03 01:13:03 +0200 | [diff] [blame] | 10 | If you have a network (Ethernet) chipset belonging to this class, |
| 11 | say Y. |
| 12 | |
| 13 | Note that the answer to this question does not directly affect |
| 14 | the kernel: saying N will just case the configurator to skip all |
| 15 | the questions about Samsung chipsets. If you say Y, you will be asked |
| 16 | for your specific chipset/driver in the following questions. |
Siva Reddy | 1edb9ca | 2014-03-25 12:10:54 -0700 | [diff] [blame] | 17 | |
| 18 | if NET_VENDOR_SAMSUNG |
| 19 | |
françois romieu | 56c8b19 | 2014-04-03 01:13:03 +0200 | [diff] [blame] | 20 | config SXGBE_ETH |
| 21 | tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver" |
| 22 | depends on HAS_IOMEM && HAS_DMA |
| 23 | select PHYLIB |
| 24 | select CRC32 |
Nicolas Pitre | d1cbfd7 | 2016-11-11 00:10:07 -0500 | [diff] [blame] | 25 | imply PTP_1588_CLOCK |
françois romieu | 56c8b19 | 2014-04-03 01:13:03 +0200 | [diff] [blame] | 26 | ---help--- |
| 27 | This is the driver for the SXGBE 10G Ethernet IP block found on |
| 28 | Samsung platforms. |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the module |
| 31 | will be called samsung-sxgbe. |
Siva Reddy | 1edb9ca | 2014-03-25 12:10:54 -0700 | [diff] [blame] | 32 | |
| 33 | endif # NET_VENDOR_SAMSUNG |