aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-08-27 11:47:57 +0800
committerJeff Garzik <jgarzik@redhat.com>2008-08-27 05:14:14 -0400
commit736783b8528bdce7f090dfae66f57411be40c5f8 (patch)
tree287cb3ec5c97a6dd86b8ffc2fd1ed6337ef25436 /drivers/net/Kconfig
parentMerge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-fixes (diff)
downloadlinux-dev-736783b8528bdce7f090dfae66f57411be40c5f8.tar.xz
linux-dev-736783b8528bdce7f090dfae66f57411be40c5f8.zip
Blackfin EMAC Driver: the BF526 also supports the MAC,
so update things accordingly Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a5c141cecd4e..4a11296a9514 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -822,14 +822,14 @@ config ULTRA32
will be called smc-ultra32.
config BFIN_MAC
- tristate "Blackfin 527/536/537 on-chip mac support"
- depends on NET_ETHERNET && (BF527 || BF537 || BF536)
+ tristate "Blackfin on-chip MAC support"
+ depends on NET_ETHERNET && (BF526 || BF527 || BF536 || BF537)
select CRC32
select MII
select PHYLIB
select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
help
- This is the driver for blackfin on-chip mac device. Say Y if you want it
+ This is the driver for Blackfin on-chip mac device. Say Y if you want it
compiled into the kernel. This driver is also available as a module
( = code which can be inserted in and removed from the running kernel
whenever you want). The module will be called bfin_mac.