summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-02-26 11:53:35 -0500
committerJustin Waters <justin.waters@timesys.com>2008-02-26 11:53:35 -0500
commit996ae20fc28f8e2ceb77ad52cafa26b2513f28f2 (patch)
tree766b0e7493824ef0837914c086f9eea3c4e80dfb /drivers/net/Kconfig
parentdcc58881955a397e970ca0ecc655bc173a9b59f4 (diff)
Add support for the SMSC911x ethernet chips
The MX31 LiteKit uses the SMSC911x ethernet phy. This adds support for it. The following patch also came from the LogicPD Forums. Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3b1889804495..608d3ddcabf5 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -863,6 +863,19 @@ config NET_NETX
<file:Documentation/networking/net-modules.txt>. The module
will be called netx-eth.
+config SMSC911X
+ tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
+ depends on NET_ETHERNET
+ select CRC32
+ select MII
+ ---help---
+ Say Y here if you want support for SMSC LAN911x and LAN921x families
+ of ethernet controllers.
+
+ To compile this driver as a module, choose M here and read
+ <file:Documentation/networking/net-modules.txt>. The module
+ will be called smsc911x.
+
config DM9000
tristate "DM9000 support"
depends on (ARM || MIPS) && NET_ETHERNET