From: Giuseppe CAVALLARO Date: Mon, 23 Aug 2010 20:40:41 +0000 (+0000) Subject: stmmac: remove dead option in the driver's Kconfig X-Git-Tag: v2.6.37-rc1~147^2~671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac75791aa943c7953521cb4fa7728bf51f9abd2d;p=platform%2Fkernel%2Flinux-exynos.git stmmac: remove dead option in the driver's Kconfig This patch removes the CPU_SUBTYPE_ST40 dependency in the driver's Kconfig. In fact, this option has been removed in the commit: f96691872439ab2071171d4531c4a95b5d493ae5 as reported by Christian Dietrich. Note that the driver remains tested on STM platforms, only. Signed-off-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- diff --git a/drivers/net/stmmac/Kconfig b/drivers/net/stmmac/Kconfig index eb63d44..6439680 100644 --- a/drivers/net/stmmac/Kconfig +++ b/drivers/net/stmmac/Kconfig @@ -3,10 +3,10 @@ config STMMAC_ETH select MII select PHYLIB select CRC32 - depends on NETDEVICES && CPU_SUBTYPE_ST40 + depends on NETDEVICES help This is the driver for the Ethernet IPs are built around a - Synopsys IP Core and fully tested on the STMicroelectronics + Synopsys IP Core and only tested on the STMicroelectronics platforms. if STMMAC_ETH