diff options
author | Dustin McIntire <dustin@sensoria.com> | 2006-04-19 23:24:51 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-20 17:38:39 -0400 |
commit | 0a0c72c9118c4e63080eb409f0cfdf15808d23a4 (patch) | |
tree | 99bd8141839f4b26d853626b5eaf532ca8a38bde /drivers/net/Kconfig | |
parent | 89be0501a013737d562f56ce1c5a2ff075995b11 (diff) |
[PATCH] RE: [PATCH 1/1] net driver: Add support for SMSC LAN911x line of ethernet chips
>
> The patch was badly wordwrapped. Please fix and resend.
>
OK, I've fixed the wrapping and removed the CONFIG_ARM restriction. I've also did my
best to modify the C style to conform to the comments.
I noticed that the patch is getting ignored by majordomo due to its size >100K.
Should it be broken up somehow to allow posting to the lists?
Signed-off-by: Dustin McIntire <dustin@sensoria.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bdaaad8f2123..68bc073b8b31 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -865,6 +865,22 @@ config DM9000 | |||
865 | <file:Documentation/networking/net-modules.txt>. The module will be | 865 | <file:Documentation/networking/net-modules.txt>. The module will be |
866 | called dm9000. | 866 | called dm9000. |
867 | 867 | ||
868 | config SMC911X | ||
869 | tristate "SMSC LAN911[5678] support" | ||
870 | select CRC32 | ||
871 | select MII | ||
872 | depends on NET_ETHERNET | ||
873 | help | ||
874 | This is a driver for SMSC's LAN911x series of Ethernet chipsets | ||
875 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. | ||
876 | Say Y if you want it compiled into the kernel, | ||
877 | and read the Ethernet-HOWTO, available from | ||
878 | <http://www.linuxdoc.org/docs.html#howto>. | ||
879 | |||
880 | This driver is also available as a module. The module will be | ||
881 | called smc911x. If you want to compile it as a module, say M | ||
882 | here and read <file:Documentation/modules.txt> | ||
883 | |||
868 | config NET_VENDOR_RACAL | 884 | config NET_VENDOR_RACAL |
869 | bool "Racal-Interlan (Micom) NI cards" | 885 | bool "Racal-Interlan (Micom) NI cards" |
870 | depends on NET_ETHERNET && ISA | 886 | depends on NET_ETHERNET && ISA |