162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Samsung Ethernet device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_SAMSUNG 762306a36Sopenharmony_ci bool "Samsung Ethernet devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci help 1062306a36Sopenharmony_ci If you have a network (Ethernet) chipset belonging to this class, 1162306a36Sopenharmony_ci say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question does not directly affect 1462306a36Sopenharmony_ci the kernel: saying N will just cause the configurator to skip all 1562306a36Sopenharmony_ci the questions about Samsung chipsets. If you say Y, you will be asked 1662306a36Sopenharmony_ci for your specific chipset/driver in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_SAMSUNG 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig SXGBE_ETH 2162306a36Sopenharmony_ci tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver" 2262306a36Sopenharmony_ci depends on HAS_IOMEM && HAS_DMA 2362306a36Sopenharmony_ci depends on PTP_1588_CLOCK_OPTIONAL 2462306a36Sopenharmony_ci select PHYLIB 2562306a36Sopenharmony_ci select CRC32 2662306a36Sopenharmony_ci help 2762306a36Sopenharmony_ci This is the driver for the SXGBE 10G Ethernet IP block found on 2862306a36Sopenharmony_ci Samsung platforms. 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 3162306a36Sopenharmony_ci will be called samsung-sxgbe. 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ciendif # NET_VENDOR_SAMSUNG 34