Merge tag 'for-linus-20160527' of git://git.infradead.org/linux-mtd
[deliverable/linux.git] / drivers / net / ethernet / microchip / Kconfig
CommitLineData
580416e6
JK
1#
2# Microchip network device configuration
3#
4
5config NET_VENDOR_MICROCHIP
6 bool "Microchip devices"
88f07484 7 default y
1a55cdce 8 depends on SPI
580416e6 9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
580416e6
JK
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
17if NET_VENDOR_MICROCHIP
18
19config ENC28J60
20 tristate "ENC28J60 support"
1a55cdce 21 depends on SPI
580416e6
JK
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
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
d70e5326
JR
36config ENCX24J600
37 tristate "ENCX24J600 support"
38 depends on SPI
39 ---help---
6e86ac12 40 Support for the Microchip ENC424J600/624J600 ethernet chip.
d70e5326
JR
41
42 To compile this driver as a module, choose M here. The module will be
6e86ac12 43 called encx24j600.
d70e5326 44
580416e6 45endif # NET_VENDOR_MICROCHIP
This page took 0.449092 seconds and 5 git commands to generate.