diff options
author | Claudio Lanconelli <lanconelli.claudio@eptar.com> | 2008-01-14 05:00:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:08:03 -0500 |
commit | 3ec9c11da03342b556f11724ea005e60160bc744 (patch) | |
tree | e8972ea222a0b73c8f55cab4fe9124da7da33590 /drivers/net/Kconfig | |
parent | a24a789cc6b0a736759bd221b0a32f9a240c2f6e (diff) |
add driver for enc28j60 ethernet chip
Signed-off-by: Claudio Lanconelli <lanconelli.claudio@eptar.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9d8c5fc822fe..f87d9ff3311a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -912,6 +912,24 @@ config DM9000 | |||
912 | To compile this driver as a module, choose M here. The module | 912 | To compile this driver as a module, choose M here. The module |
913 | will be called dm9000. | 913 | will be called dm9000. |
914 | 914 | ||
915 | config ENC28J60 | ||
916 | tristate "ENC28J60 support" | ||
917 | depends on EXPERIMENTAL && SPI && NET_ETHERNET | ||
918 | select CRC32 | ||
919 | ---help--- | ||
920 | Support for the Microchip EN28J60 ethernet chip. | ||
921 | |||
922 | To compile this driver as a module, choose M here and read | ||
923 | <file:Documentation/networking/net-modules.txt>. The module will be | ||
924 | called enc28j60. | ||
925 | |||
926 | config ENC28J60_WRITEVERIFY | ||
927 | bool "Enable write verify" | ||
928 | depends on ENC28J60 | ||
929 | ---help--- | ||
930 | Enable the verify after the buffer write useful for debugging purpose. | ||
931 | If unsure, say N. | ||
932 | |||
915 | config SMC911X | 933 | config SMC911X |
916 | tristate "SMSC LAN911[5678] support" | 934 | tristate "SMSC LAN911[5678] support" |
917 | select CRC32 | 935 | select CRC32 |