Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / drivers / net / ethernet / samsung / Kconfig
blob2360d81507774aa772f8a6b5bb94f9d0345d64ce
2 # Samsung Ethernet device configuration
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.
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.
17 if NET_VENDOR_SAMSUNG
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.
29           To compile this driver as a module, choose M here: the module
30           will be called samsung-sxgbe.
32 endif # NET_VENDOR_SAMSUNG