diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2010-08-23 16:40:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-25 19:30:50 -0400 |
commit | ac75791aa943c7953521cb4fa7728bf51f9abd2d (patch) | |
tree | 399416c51bd49306c2b0a30f99cd8d90f46ae9b8 /drivers/net/stmmac | |
parent | 219dd1132a71875ef7097ac47f634d402478385c (diff) |
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 <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac')
-rw-r--r-- | drivers/net/stmmac/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/stmmac/Kconfig b/drivers/net/stmmac/Kconfig index eb63d44748a7..643968098afd 100644 --- a/drivers/net/stmmac/Kconfig +++ b/drivers/net/stmmac/Kconfig | |||
@@ -3,10 +3,10 @@ config STMMAC_ETH | |||
3 | select MII | 3 | select MII |
4 | select PHYLIB | 4 | select PHYLIB |
5 | select CRC32 | 5 | select CRC32 |
6 | depends on NETDEVICES && CPU_SUBTYPE_ST40 | 6 | depends on NETDEVICES |
7 | help | 7 | help |
8 | This is the driver for the Ethernet IPs are built around a | 8 | This is the driver for the Ethernet IPs are built around a |
9 | Synopsys IP Core and fully tested on the STMicroelectronics | 9 | Synopsys IP Core and only tested on the STMicroelectronics |
10 | platforms. | 10 | platforms. |
11 | 11 | ||
12 | if STMMAC_ETH | 12 | if STMMAC_ETH |