diff options
author | Andrew Morton <akpm@osdl.org> | 2006-06-09 01:19:41 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-11 10:34:40 -0400 |
commit | b89fa8b6d738d71c3a9eff584177bb7de13f33b9 (patch) | |
tree | 7a46854faeb856065b8686f14c48a1d5e9a99011 /drivers/net/Kconfig | |
parent | c99ce7ee75db7836e2faba932affd2aadd1e942f (diff) |
[PATCH] smc911x Kconfig fix
In file included from drivers/net/smc911x.c:84:
drivers/net/smc911x.h:46:9: warning: "SMC_USE_16BIT" is not defined
drivers/net/smc911x.h:60:9: warning: "SMC_USE_32BIT" is not defined
drivers/net/smc911x.h:73:10: warning: "SMC_USE_PXA_DMA" is not defined
drivers/net/smc911x.c: In function `smc911x_reset':
drivers/net/smc911x.c:247: warning: implicit declaration of function `SMC_inl'
drivers/net/smc911x.c:249: warning: implicit declaration of function `SMC_outl'
Cc: Dustin McIntire <dustin@sensoria.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f499a3bc629f..2f0b2549e9ec 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -869,7 +869,7 @@ config SMC911X | |||
869 | tristate "SMSC LAN911[5678] support" | 869 | tristate "SMSC LAN911[5678] support" |
870 | select CRC32 | 870 | select CRC32 |
871 | select MII | 871 | select MII |
872 | depends on NET_ETHERNET | 872 | depends on NET_ETHERNET && ARCH_PXA |
873 | help | 873 | help |
874 | This is a driver for SMSC's LAN911x series of Ethernet chipsets | 874 | This is a driver for SMSC's LAN911x series of Ethernet chipsets |
875 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. | 875 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. |