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