Jeff Kirsher | 580416e | 2011-07-24 16:12:37 -0700 | [diff] [blame] | 1 | # |
| 2 | # Microchip network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_MICROCHIP |
| 6 | bool "Microchip devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Kees Cook | 1a55cdc | 2013-01-22 10:30:27 -0800 | [diff] [blame] | 8 | depends on SPI |
Jeff Kirsher | 580416e | 2011-07-24 16:12:37 -0700 | [diff] [blame] | 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 580416e | 2011-07-24 16:12:37 -0700 | [diff] [blame] | 11 | |
| 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 | |
| 17 | if NET_VENDOR_MICROCHIP |
| 18 | |
| 19 | config ENC28J60 |
| 20 | tristate "ENC28J60 support" |
Kees Cook | 1a55cdc | 2013-01-22 10:30:27 -0800 | [diff] [blame] | 21 | depends on SPI |
Jeff Kirsher | 580416e | 2011-07-24 16:12:37 -0700 | [diff] [blame] | 22 | 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 | |
| 29 | config 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 Ringle | d70e532 | 2015-10-06 16:37:46 -0400 | [diff] [blame^] | 36 | config ENCX24J600 |
| 37 | tristate "ENCX24J600 support" |
| 38 | depends on SPI |
| 39 | ---help--- |
| 40 | Support for the Microchip ENC424J600 ethernet chip. |
| 41 | |
| 42 | To compile this driver as a module, choose M here. The module will be |
| 43 | called enc424j600. |
| 44 | |
Jeff Kirsher | 580416e | 2011-07-24 16:12:37 -0700 | [diff] [blame] | 45 | endif # NET_VENDOR_MICROCHIP |