]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
stmmac: remove dead option in the driver's Kconfig
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Mon, 23 Aug 2010 20:40:41 +0000 (20:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2010 23:30:50 +0000 (16:30 -0700)
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 <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/stmmac/Kconfig

index eb63d44748a76cd3182e002284afe84296552d1e..643968098afdd44129487c052c636963f3c487d2 100644 (file)
@@ -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