xref: /linux/drivers/net/ethernet/samsung/Kconfig (revision e5f31552)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21edb9ca6SSiva Reddy#
31edb9ca6SSiva Reddy# Samsung Ethernet device configuration
41edb9ca6SSiva Reddy#
51edb9ca6SSiva Reddy
61edb9ca6SSiva Reddyconfig NET_VENDOR_SAMSUNG
756c8b193Sfrançois romieu	bool "Samsung Ethernet devices"
81edb9ca6SSiva Reddy	default y
9a7f7f624SMasahiro Yamada	help
1056c8b193Sfrançois romieu	  If you have a network (Ethernet) chipset belonging to this class,
1156c8b193Sfrançois romieu	  say Y.
1256c8b193Sfrançois romieu
1356c8b193Sfrançois romieu	  Note that the answer to this question does not directly affect
14509b0538SGeert Uytterhoeven	  the kernel: saying N will just cause the configurator to skip all
1556c8b193Sfrançois romieu	  the questions about Samsung chipsets. If you say Y, you will be asked
1656c8b193Sfrançois romieu	  for your specific chipset/driver in the following questions.
171edb9ca6SSiva Reddy
181edb9ca6SSiva Reddyif NET_VENDOR_SAMSUNG
191edb9ca6SSiva Reddy
2056c8b193Sfrançois romieuconfig SXGBE_ETH
2156c8b193Sfrançois romieu	tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"
2256c8b193Sfrançois romieu	depends on HAS_IOMEM && HAS_DMA
23*e5f31552SArnd Bergmann	depends on PTP_1588_CLOCK_OPTIONAL
2456c8b193Sfrançois romieu	select PHYLIB
2556c8b193Sfrançois romieu	select CRC32
26a7f7f624SMasahiro Yamada	help
2756c8b193Sfrançois romieu	  This is the driver for the SXGBE 10G Ethernet IP block found on
2856c8b193Sfrançois romieu	  Samsung platforms.
2956c8b193Sfrançois romieu
3056c8b193Sfrançois romieu	  To compile this driver as a module, choose M here: the module
3156c8b193Sfrançois romieu	  will be called samsung-sxgbe.
321edb9ca6SSiva Reddy
331edb9ca6SSiva Reddyendif # NET_VENDOR_SAMSUNG
34