1580416e6SJeff Kirsher#
2580416e6SJeff Kirsher# Microchip network device configuration
3580416e6SJeff Kirsher#
4580416e6SJeff Kirsher
5580416e6SJeff Kirsherconfig NET_VENDOR_MICROCHIP
6580416e6SJeff Kirsher	bool "Microchip devices"
7580416e6SJeff Kirsher	depends on SPI && EXPERIMENTAL
8580416e6SJeff Kirsher	---help---
9580416e6SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10580416e6SJeff Kirsher	  and read the Ethernet-HOWTO, available from
11580416e6SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12580416e6SJeff Kirsher
13580416e6SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14580416e6SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15580416e6SJeff Kirsher	  the questions about Microchip cards. If you say Y, you will be asked
16580416e6SJeff Kirsher	  for your specific card in the following questions.
17580416e6SJeff Kirsher
18580416e6SJeff Kirsherif NET_VENDOR_MICROCHIP
19580416e6SJeff Kirsher
20580416e6SJeff Kirsherconfig ENC28J60
21580416e6SJeff Kirsher	tristate "ENC28J60 support"
22580416e6SJeff Kirsher	depends on SPI && EXPERIMENTAL
23580416e6SJeff Kirsher	select CRC32
24580416e6SJeff Kirsher	---help---
25580416e6SJeff Kirsher	  Support for the Microchip EN28J60 ethernet chip.
26580416e6SJeff Kirsher
27580416e6SJeff Kirsher	  To compile this driver as a module, choose M here. The module will be
28580416e6SJeff Kirsher	  called enc28j60.
29580416e6SJeff Kirsher
30580416e6SJeff Kirsherconfig ENC28J60_WRITEVERIFY
31580416e6SJeff Kirsher	bool "Enable write verify"
32580416e6SJeff Kirsher	depends on ENC28J60
33580416e6SJeff Kirsher	---help---
34580416e6SJeff Kirsher	  Enable the verify after the buffer write useful for debugging purpose.
35580416e6SJeff Kirsher	  If unsure, say N.
36580416e6SJeff Kirsher
37580416e6SJeff Kirsherendif # NET_VENDOR_MICROCHIP
38