aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-24 19:12:37 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-13 02:47:09 -0400
commit580416e6e4a886512ba692f245a9cb87f75afac7 (patch)
tree846fd01e43b5de123515bc2248260d51440eaf5b /drivers/net/Kconfig
parent1fe003fd4247edf0d1ccf32061b046b90492a954 (diff)
enc28j60: Move the Microchip driver
Move the Microchip driver into drivers/net/ethernet/microchip/ and make the necessary Kconfig and Makefile changes. CC: Claudio Lanconelli <lanconelli.claudio@eptar.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 75ca0da52ea2..e83f559a2c46 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -274,23 +274,6 @@ config DM9000_FORCE_SIMPLE_PHY_POLL
274 costly MII PHY reads. Note, this will not work if the chip is 274 costly MII PHY reads. Note, this will not work if the chip is
275 operating with an external PHY. 275 operating with an external PHY.
276 276
277config ENC28J60
278 tristate "ENC28J60 support"
279 depends on EXPERIMENTAL && SPI && NET_ETHERNET
280 select CRC32
281 ---help---
282 Support for the Microchip EN28J60 ethernet chip.
283
284 To compile this driver as a module, choose M here. The module will be
285 called enc28j60.
286
287config ENC28J60_WRITEVERIFY
288 bool "Enable write verify"
289 depends on ENC28J60
290 ---help---
291 Enable the verify after the buffer write useful for debugging purpose.
292 If unsure, say N.
293
294config NET_PCI 277config NET_PCI
295 bool "EISA, VLB, PCI and on board controllers" 278 bool "EISA, VLB, PCI and on board controllers"
296 depends on ISA || EISA || PCI 279 depends on ISA || EISA || PCI