diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-24 16:12:37 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 23:47:09 -0700 |
commit | 580416e6e4a886512ba692f245a9cb87f75afac7 (patch) | |
tree | 846fd01e43b5de123515bc2248260d51440eaf5b /drivers/net/Kconfig | |
parent | 1fe003fd4247edf0d1ccf32061b046b90492a954 (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/Kconfig | 17 |
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 costly MII PHY reads. Note, this will not work if the chip is operating with an external PHY. -config ENC28J60 - tristate "ENC28J60 support" - depends on EXPERIMENTAL && SPI && NET_ETHERNET - select CRC32 - ---help--- - Support for the Microchip EN28J60 ethernet chip. - - To compile this driver as a module, choose M here. The module will be - called enc28j60. - -config ENC28J60_WRITEVERIFY - bool "Enable write verify" - depends on ENC28J60 - ---help--- - Enable the verify after the buffer write useful for debugging purpose. - If unsure, say N. - config NET_PCI bool "EISA, VLB, PCI and on board controllers" depends on ISA || EISA || PCI |