Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / net / ethernet / samsung / Kconfig
1 #
2 # Samsung Ethernet device configuration
3 #
4
5 config NET_VENDOR_SAMSUNG
6         bool "Samsung Ethernet devices"
7         default y
8         ---help---
9           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.
16
17 if NET_VENDOR_SAMSUNG
18
19 config 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.
31
32 endif # NET_VENDOR_SAMSUNG