blob: 53b0b04935a38ea5569b2c55fe6ac7760d86e1ad [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"
7 depends on SPI && EXPERIMENTAL
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y
10 and read the Ethernet-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Microchip cards. If you say Y, you will be asked
16 for your specific card in the following questions.
17
18if NET_VENDOR_MICROCHIP
19
20config ENC28J60
21 tristate "ENC28J60 support"
22 depends on SPI && EXPERIMENTAL
23 select CRC32
24 ---help---
25 Support for the Microchip EN28J60 ethernet chip.
26
27 To compile this driver as a module, choose M here. The module will be
28 called enc28j60.
29
30config ENC28J60_WRITEVERIFY
31 bool "Enable write verify"
32 depends on ENC28J60
33 ---help---
34 Enable the verify after the buffer write useful for debugging purpose.
35 If unsure, say N.
36
37endif # NET_VENDOR_MICROCHIP