18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Samsung Ethernet device configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciconfig NET_VENDOR_SAMSUNG
78c2ecf20Sopenharmony_ci	bool "Samsung Ethernet devices"
88c2ecf20Sopenharmony_ci	default y
98c2ecf20Sopenharmony_ci	help
108c2ecf20Sopenharmony_ci	  If you have a network (Ethernet) chipset belonging to this class,
118c2ecf20Sopenharmony_ci	  say Y.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	  Note that the answer to this question does not directly affect
148c2ecf20Sopenharmony_ci	  the kernel: saying N will just cause the configurator to skip all
158c2ecf20Sopenharmony_ci	  the questions about Samsung chipsets. If you say Y, you will be asked
168c2ecf20Sopenharmony_ci	  for your specific chipset/driver in the following questions.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciif NET_VENDOR_SAMSUNG
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciconfig SXGBE_ETH
218c2ecf20Sopenharmony_ci	tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"
228c2ecf20Sopenharmony_ci	depends on HAS_IOMEM && HAS_DMA
238c2ecf20Sopenharmony_ci	select PHYLIB
248c2ecf20Sopenharmony_ci	select CRC32
258c2ecf20Sopenharmony_ci	imply PTP_1588_CLOCK
268c2ecf20Sopenharmony_ci	help
278c2ecf20Sopenharmony_ci	  This is the driver for the SXGBE 10G Ethernet IP block found on
288c2ecf20Sopenharmony_ci	  Samsung platforms.
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the module
318c2ecf20Sopenharmony_ci	  will be called samsung-sxgbe.
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ciendif # NET_VENDOR_SAMSUNG
34