blob: 2360d81507774aa772f8a6b5bb94f9d0345d64ce [file] [log] [blame]
Siva Reddy1edb9ca2014-03-25 12:10:54 -07001#
2# Samsung Ethernet device configuration
3#
4
5config NET_VENDOR_SAMSUNG
françois romieu56c8b192014-04-03 01:13:03 +02006 bool "Samsung Ethernet devices"
Siva Reddy1edb9ca2014-03-25 12:10:54 -07007 default y
8 ---help---
françois romieu56c8b192014-04-03 01:13:03 +02009 If you have a network (Ethernet) chipset belonging to this class,
10 say Y.
11
12 Note that the answer to this question does not directly affect
13 the kernel: saying N will just case the configurator to skip all
14 the questions about Samsung chipsets. If you say Y, you will be asked
15 for your specific chipset/driver in the following questions.
Siva Reddy1edb9ca2014-03-25 12:10:54 -070016
17if NET_VENDOR_SAMSUNG
18
françois romieu56c8b192014-04-03 01:13:03 +020019config SXGBE_ETH
20 tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"
21 depends on HAS_IOMEM && HAS_DMA
22 select PHYLIB
23 select CRC32
24 select PTP_1588_CLOCK
25 ---help---
26 This is the driver for the SXGBE 10G Ethernet IP block found on
27 Samsung platforms.
28
29 To compile this driver as a module, choose M here: the module
30 will be called samsung-sxgbe.
Siva Reddy1edb9ca2014-03-25 12:10:54 -070031
32endif # NET_VENDOR_SAMSUNG