]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: update dependency and help text of mvneta
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Feb 2014 13:18:11 +0000 (14:18 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 23:09:02 +0000 (18:09 -0500)
commit54d08cc4b8051d6a233d20603b904d570940e7d8
treed6ea82daa2f370674c1c86dd2b4e399bc9e12ade
parent88fa4247dab90cd5947a984b7ce06db2801ee20f
net: ethernet: update dependency and help text of mvneta

With the introduction of the support for Armada 375 and Armada 38x,
the hidden Kconfig option MACH_ARMADA_370_XP is being renamed to
MACH_MVEBU_V7. Therefore, the dependency that was used for the mvneta
driver can no longer work. This commit replaces this dependency by a
dependency on PLAT_ORION, which is used similarly for the mv643xx_eth
driver.

In addition to this, it takes this opportunity to adjust the
description and help text to indicate that the driver can is also used
for Armada 38x. Note that Armada 375 cannot use this driver as it has
a completely different networking unit, which will require a separate
driver.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/Kconfig