blob: 36a09d94b368ae18508cb46e6dbb0b7e03fa2c77 [file] [log] [blame]
Jeff Kirsher580416e2011-07-24 16:12:37 -07001#
2# Microchip network device configuration
3#
4
5config NET_VENDOR_MICROCHIP
6 bool "Microchip devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Kees Cook1a55cdc2013-01-22 10:30:27 -08008 depends on SPI
Jeff Kirsher580416e2011-07-24 16:12:37 -07009 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher580416e2011-07-24 16:12:37 -070011
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Microchip cards. If you say Y, you will be asked
15 for your specific card in the following questions.
16
17if NET_VENDOR_MICROCHIP
18
19config ENC28J60
20 tristate "ENC28J60 support"
Kees Cook1a55cdc2013-01-22 10:30:27 -080021 depends on SPI
Jeff Kirsher580416e2011-07-24 16:12:37 -070022 select CRC32
23 ---help---
24 Support for the Microchip EN28J60 ethernet chip.
25
26 To compile this driver as a module, choose M here. The module will be
27 called enc28j60.
28
29config ENC28J60_WRITEVERIFY
30 bool "Enable write verify"
31 depends on ENC28J60
32 ---help---
33 Enable the verify after the buffer write useful for debugging purpose.
34 If unsure, say N.
35
Jon Ringled70e5322015-10-06 16:37:46 -040036config ENCX24J600
37 tristate "ENCX24J600 support"
38 depends on SPI
39 ---help---
Jon Ringle6e86ac12015-10-08 11:10:19 -040040 Support for the Microchip ENC424J600/624J600 ethernet chip.
Jon Ringled70e5322015-10-06 16:37:46 -040041
42 To compile this driver as a module, choose M here. The module will be
Jon Ringle6e86ac12015-10-08 11:10:19 -040043 called encx24j600.
Jon Ringled70e5322015-10-06 16:37:46 -040044
Jeff Kirsher580416e2011-07-24 16:12:37 -070045endif # NET_VENDOR_MICROCHIP