11edb9ca6SSiva Reddy#
21edb9ca6SSiva Reddy# Samsung Ethernet device configuration
31edb9ca6SSiva Reddy#
41edb9ca6SSiva Reddy
51edb9ca6SSiva Reddyconfig NET_VENDOR_SAMSUNG
656c8b193Sfrançois romieu	bool "Samsung Ethernet devices"
71edb9ca6SSiva Reddy	default y
81edb9ca6SSiva Reddy	---help---
956c8b193Sfrançois romieu	  If you have a network (Ethernet) chipset belonging to this class,
1056c8b193Sfrançois romieu	  say Y.
1156c8b193Sfrançois romieu
1256c8b193Sfrançois romieu	  Note that the answer to this question does not directly affect
1356c8b193Sfrançois romieu	  the kernel: saying N will just case the configurator to skip all
1456c8b193Sfrançois romieu	  the questions about Samsung chipsets. If you say Y, you will be asked
1556c8b193Sfrançois romieu	  for your specific chipset/driver in the following questions.
161edb9ca6SSiva Reddy
171edb9ca6SSiva Reddyif NET_VENDOR_SAMSUNG
181edb9ca6SSiva Reddy
1956c8b193Sfrançois romieuconfig SXGBE_ETH
2056c8b193Sfrançois romieu	tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"
2156c8b193Sfrançois romieu	depends on HAS_IOMEM && HAS_DMA
2256c8b193Sfrançois romieu	select PHYLIB
2356c8b193Sfrançois romieu	select CRC32
2456c8b193Sfrançois romieu	select PTP_1588_CLOCK
2556c8b193Sfrançois romieu	---help---
2656c8b193Sfrançois romieu	  This is the driver for the SXGBE 10G Ethernet IP block found on
2756c8b193Sfrançois romieu	  Samsung platforms.
2856c8b193Sfrançois romieu
2956c8b193Sfrançois romieu	  To compile this driver as a module, choose M here: the module
3056c8b193Sfrançois romieu	  will be called samsung-sxgbe.
311edb9ca6SSiva Reddy
321edb9ca6SSiva Reddyendif # NET_VENDOR_SAMSUNG
33