162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Microchip network device configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig NET_VENDOR_MICROCHIP
762306a36Sopenharmony_ci	bool "Microchip devices"
862306a36Sopenharmony_ci	default y
962306a36Sopenharmony_ci	help
1062306a36Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
1362306a36Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
1462306a36Sopenharmony_ci	  the questions about Microchip cards. If you say Y, you will be asked
1562306a36Sopenharmony_ci	  for your specific card in the following questions.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciif NET_VENDOR_MICROCHIP
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciconfig ENC28J60
2062306a36Sopenharmony_ci	tristate "ENC28J60 support"
2162306a36Sopenharmony_ci	depends on SPI
2262306a36Sopenharmony_ci	select CRC32
2362306a36Sopenharmony_ci	help
2462306a36Sopenharmony_ci	  Support for the Microchip EN28J60 ethernet chip.
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. The module will be
2762306a36Sopenharmony_ci	  called enc28j60.
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ciconfig ENC28J60_WRITEVERIFY
3062306a36Sopenharmony_ci	bool "Enable write verify"
3162306a36Sopenharmony_ci	depends on ENC28J60
3262306a36Sopenharmony_ci	help
3362306a36Sopenharmony_ci	  Enable the verify after the buffer write useful for debugging purpose.
3462306a36Sopenharmony_ci	  If unsure, say N.
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ciconfig ENCX24J600
3762306a36Sopenharmony_ci    tristate "ENCX24J600 support"
3862306a36Sopenharmony_ci    depends on SPI
3962306a36Sopenharmony_ci	help
4062306a36Sopenharmony_ci      Support for the Microchip ENC424J600/624J600 ethernet chip.
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ci      To compile this driver as a module, choose M here. The module will be
4362306a36Sopenharmony_ci      called encx24j600.
4462306a36Sopenharmony_ci
4562306a36Sopenharmony_ciconfig LAN743X
4662306a36Sopenharmony_ci	tristate "LAN743x support"
4762306a36Sopenharmony_ci	depends on PCI
4862306a36Sopenharmony_ci	depends on PTP_1588_CLOCK_OPTIONAL
4962306a36Sopenharmony_ci	select PHYLIB
5062306a36Sopenharmony_ci	select FIXED_PHY
5162306a36Sopenharmony_ci	select CRC16
5262306a36Sopenharmony_ci	select CRC32
5362306a36Sopenharmony_ci	help
5462306a36Sopenharmony_ci	  Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
5562306a36Sopenharmony_ci
5662306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. The module will be
5762306a36Sopenharmony_ci	  called lan743x.
5862306a36Sopenharmony_ci
5962306a36Sopenharmony_cisource "drivers/net/ethernet/microchip/lan966x/Kconfig"
6062306a36Sopenharmony_cisource "drivers/net/ethernet/microchip/sparx5/Kconfig"
6162306a36Sopenharmony_cisource "drivers/net/ethernet/microchip/vcap/Kconfig"
6262306a36Sopenharmony_ci
6362306a36Sopenharmony_ciendif # NET_VENDOR_MICROCHIP
64