34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Samsung Ethernet device configuration4#5 6config NET_VENDOR_SAMSUNG7 bool "Samsung Ethernet devices"8 default y9 help10 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 affect14 the kernel: saying N will just cause the configurator to skip all15 the questions about Samsung chipsets. If you say Y, you will be asked16 for your specific chipset/driver in the following questions.17 18if NET_VENDOR_SAMSUNG19 20config SXGBE_ETH21 tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"22 depends on HAS_IOMEM && HAS_DMA23 depends on PTP_1588_CLOCK_OPTIONAL24 select PHYLIB25 select CRC3226 help27 This is the driver for the SXGBE 10G Ethernet IP block found on28 Samsung platforms.29 30 To compile this driver as a module, choose M here: the module31 will be called samsung-sxgbe.32 33endif # NET_VENDOR_SAMSUNG34