···912912 To compile this driver as a module, choose M here. The module913913 will be called dm9000.914914915915+config ENC28J60916916+ tristate "ENC28J60 support"917917+ depends on EXPERIMENTAL && SPI && NET_ETHERNET918918+ select CRC32919919+ ---help---920920+ Support for the Microchip EN28J60 ethernet chip.921921+922922+ To compile this driver as a module, choose M here and read923923+ <file:Documentation/networking/net-modules.txt>. The module will be924924+ called enc28j60.925925+926926+config ENC28J60_WRITEVERIFY927927+ bool "Enable write verify"928928+ depends on ENC28J60929929+ ---help---930930+ Enable the verify after the buffer write useful for debugging purpose.931931+ If unsure, say N.932932+915933config SMC911X916934 tristate "SMSC LAN911[5678] support"917935 select CRC32