^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Microchip network device configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) config NET_VENDOR_MICROCHIP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) bool "Microchip devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) If you have a network (Ethernet) card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) kernel: saying N will just cause the configurator to skip all
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) the questions about Microchip cards. If you say Y, you will be asked
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) for your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) if NET_VENDOR_MICROCHIP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config ENC28J60
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) tristate "ENC28J60 support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) depends on SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) Support for the Microchip EN28J60 ethernet chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) To compile this driver as a module, choose M here. The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) called enc28j60.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) config ENC28J60_WRITEVERIFY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) bool "Enable write verify"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) depends on ENC28J60
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) Enable the verify after the buffer write useful for debugging purpose.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) config ENCX24J600
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) tristate "ENCX24J600 support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) depends on SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) Support for the Microchip ENC424J600/624J600 ethernet chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) To compile this driver as a module, choose M here. The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) called encx24j600.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) config LAN743X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) tristate "LAN743x support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) select PHYLIB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) select CRC16
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) To compile this driver as a module, choose M here. The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) called lan743x.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) endif # NET_VENDOR_MICROCHIP