diff options
author | Steven King <sfking@fdwdc.com> | 2012-05-11 06:49:46 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-14 18:40:16 -0400 |
commit | 20fb18dae04194486c61666dc1d9317f6f6dbf75 (patch) | |
tree | d14a27d05552759429eeb794f69e4d3fb3f5979b | |
parent | 6ff272c9ad65eda219cd975b9da2dbc31cc812ee (diff) | |
download | linux-3.10-20fb18dae04194486c61666dc1d9317f6f6dbf75.tar.gz linux-3.10-20fb18dae04194486c61666dc1d9317f6f6dbf75.tar.bz2 linux-3.10-20fb18dae04194486c61666dc1d9317f6f6dbf75.zip |
dm9000: some coldfire boards need this
Some coldfire boards (ie m5253demo) have a dm9000 onboard.
Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/davicom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/davicom/Kconfig b/drivers/net/ethernet/davicom/Kconfig index 972b62b3183..9745fe5e803 100644 --- a/drivers/net/ethernet/davicom/Kconfig +++ b/drivers/net/ethernet/davicom/Kconfig @@ -4,7 +4,7 @@ config DM9000 tristate "DM9000 support" - depends on ARM || BLACKFIN || MIPS + depends on ARM || BLACKFIN || MIPS || COLDFIRE select CRC32 select NET_CORE select MII |