2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-07-25 07:12:37 +08:00
|
|
|
#
|
|
|
|
# Microchip network device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_MICROCHIP
|
|
|
|
bool "Microchip devices"
|
2011-08-23 16:29:52 +08:00
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-06-22 04:28:02 +08:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-07-25 07:12:37 +08:00
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
|
|
|
the questions about Microchip cards. If you say Y, you will be asked
|
|
|
|
for your specific card in the following questions.
|
|
|
|
|
|
|
|
if NET_VENDOR_MICROCHIP
|
|
|
|
|
|
|
|
config ENC28J60
|
|
|
|
tristate "ENC28J60 support"
|
2013-01-23 02:30:27 +08:00
|
|
|
depends on SPI
|
2011-07-25 07:12:37 +08:00
|
|
|
select CRC32
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-07-25 07:12:37 +08:00
|
|
|
Support for the Microchip EN28J60 ethernet chip.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here. The module will be
|
|
|
|
called enc28j60.
|
|
|
|
|
|
|
|
config ENC28J60_WRITEVERIFY
|
|
|
|
bool "Enable write verify"
|
|
|
|
depends on ENC28J60
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-07-25 07:12:37 +08:00
|
|
|
Enable the verify after the buffer write useful for debugging purpose.
|
|
|
|
If unsure, say N.
|
|
|
|
|
2015-10-07 04:37:46 +08:00
|
|
|
config ENCX24J600
|
|
|
|
tristate "ENCX24J600 support"
|
|
|
|
depends on SPI
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-10-08 23:10:19 +08:00
|
|
|
Support for the Microchip ENC424J600/624J600 ethernet chip.
|
2015-10-07 04:37:46 +08:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here. The module will be
|
2015-10-08 23:10:19 +08:00
|
|
|
called encx24j600.
|
2015-10-07 04:37:46 +08:00
|
|
|
|
2018-03-06 03:23:30 +08:00
|
|
|
config LAN743X
|
|
|
|
tristate "LAN743x support"
|
|
|
|
depends on PCI
|
|
|
|
select PHYLIB
|
2018-08-14 05:19:21 +08:00
|
|
|
select CRC16
|
2020-12-04 07:20:37 +08:00
|
|
|
select CRC32
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2018-03-06 03:23:30 +08:00
|
|
|
Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here. The module will be
|
|
|
|
called lan743x.
|
|
|
|
|
2011-07-25 07:12:37 +08:00
|
|
|
endif # NET_VENDOR_MICROCHIP
|