summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/microchip/Kconfig')
-rw-r--r--drivers/net/ethernet/microchip/Kconfig14
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/net/ethernet/microchip/Kconfig b/drivers/net/ethernet/microchip/Kconfig
index 31f9a82dc113..ee046468652c 100644
--- a/drivers/net/ethernet/microchip/Kconfig
+++ b/drivers/net/ethernet/microchip/Kconfig
@@ -45,12 +45,22 @@ config ENCX24J600
config LAN743X
tristate "LAN743x support"
depends on PCI
- select PHYLIB
+ depends on PTP_1588_CLOCK_OPTIONAL
+ select FIXED_PHY
select CRC16
+ select CRC32
+ select PHYLINK
help
- Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
+ Support for the Microchip LAN743x and PCI11x1x families of PCI
+ Express Ethernet devices
To compile this driver as a module, choose M here. The module will be
called lan743x.
+source "drivers/net/ethernet/microchip/lan865x/Kconfig"
+source "drivers/net/ethernet/microchip/lan966x/Kconfig"
+source "drivers/net/ethernet/microchip/sparx5/Kconfig"
+source "drivers/net/ethernet/microchip/vcap/Kconfig"
+source "drivers/net/ethernet/microchip/fdma/Kconfig"
+
endif # NET_VENDOR_MICROCHIP