diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:43:05 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:40:16 +0100 |
commit | 2d3def0b73e33e5af2e81094710c07423e00b8be (patch) | |
tree | 65ad662baae4e6f1e50aab4ccdd46300a9587364 | |
parent | 4f4d7a9ba0b7cdbc518cc04930323b15411eee14 (diff) |
stmmac: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | drivers/net/stmmac/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/stmmac/Kconfig b/drivers/net/stmmac/Kconfig index 7df7df4e79c5..9e37a9a8d377 100644 --- a/drivers/net/stmmac/Kconfig +++ b/drivers/net/stmmac/Kconfig @@ -20,15 +20,6 @@ config STMMAC_DA By default, the DMA arbitration scheme is based on Round-robin (rx:tx priority is 1:1). -config STMMAC_DUAL_MAC - bool "STMMAC: dual mac support (EXPERIMENTAL)" - default n - depends on EXPERIMENTAL && STMMAC_ETH && !STMMAC_TIMER - help - Some ST SoCs (for example the stx7141 and stx7200c2) have two - Ethernet Controllers. This option turns on the second Ethernet - device on this kind of platforms. - config STMMAC_TIMER bool "STMMAC Timer optimisation" default n |