# SPDX-License-Identifier: GPL-2.0-only # # Samsung Ethernet device configuration # config [31mCONFIG_NET_VENDOR_SAMSUNG[0m bool "Samsung Ethernet devices" default y ---help--- If you have a network (Ethernet) chipset belonging to this class, say Y. Note that the answer to this question does not directly affect the kernel: saying N will just cause the configurator to skip all the questions about Samsung chipsets. If you say Y, you will be asked for your specific chipset/driver in the following questions. if [31mCONFIG_NET_VENDOR_SAMSUNG[0m config [31mCONFIG_SXGBE_ETH[0m tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver" depends on [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_HAS_DMA[0m select [31mCONFIG_PHYLIB[0m select [31mCONFIG_CRC32[0m imply [31mCONFIG_PTP_1588_CLOCK[0m ---help--- This is the driver for the SXGBE 10G Ethernet IP block found on Samsung platforms. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called samsung-sxgbe. endif # [31mCONFIG_NET_VENDOR_SAMSUNG[0m |