summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2010-03-10 15:37:06 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-03-10 15:37:06 (GMT)
commit717ea4b3474852057b1ce2c639ce219f4f8d3a8d (patch)
tree487c597b8cff1a8697daca04cc2da7559332c3fa /drivers/net/Kconfig
parent7f29a3baa825725d29db399663790d15c78cddcf (diff)
downloadlinux-fsl-qoriq-717ea4b3474852057b1ce2c639ce219f4f8d3a8d.tar.xz
net: add ColdFire support to the smc91x driver
Some embedded ColdFire based boards use the SMC 91x family of ethernet devices. (For example the Freescale M5249C3 and MoretonBay NETtel). Add IO access support to the SMC91x driver, and allow this driver to be configured for ColdFire platforms. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7029cd5..0ba5b8e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -907,7 +907,7 @@ config SMC91X
select CRC32
select MII
depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || \
- MIPS || BLACKFIN || MN10300
+ MIPS || BLACKFIN || MN10300 || COLDFIRE
help
This is a driver for SMC's 91x series of Ethernet chipsets,
including the SMC91C94 and the SMC91C111. Say Y if you want it