diff options
Diffstat (limited to 'drivers/net/ethernet/samsung/sxgbe/Kconfig')
-rw-r--r-- | drivers/net/ethernet/samsung/sxgbe/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/ethernet/samsung/sxgbe/Kconfig b/drivers/net/ethernet/samsung/sxgbe/Kconfig new file mode 100644 index 000000000000..d79288c51d0a --- /dev/null +++ b/drivers/net/ethernet/samsung/sxgbe/Kconfig | |||
@@ -0,0 +1,9 @@ | |||
1 | config SXGBE_ETH | ||
2 | tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver" | ||
3 | depends on HAS_IOMEM && HAS_DMA | ||
4 | select PHYLIB | ||
5 | select CRC32 | ||
6 | select PTP_1588_CLOCK | ||
7 | ---help--- | ||
8 | This is the driver for the SXGBE 10G Ethernet IP block found on Samsung | ||
9 | platforms. | ||