Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / drivers / net / ethernet / samsung / Kconfig
CommitLineData
1edb9ca6
SR
1#
2# Samsung Ethernet device configuration
3#
4
5config NET_VENDOR_SAMSUNG
56c8b193 6 bool "Samsung Ethernet devices"
1edb9ca6
SR
7 default y
8 ---help---
56c8b193 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.
1edb9ca6
SR
16
17if NET_VENDOR_SAMSUNG
18
56c8b193 19config 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.
1edb9ca6
SR
31
32endif # NET_VENDOR_SAMSUNG
This page took 0.144661 seconds and 5 git commands to generate.