diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 07:43:05 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 18:40:16 -0400 |
commit | 2d3def0b73e33e5af2e81094710c07423e00b8be (patch) | |
tree | 65ad662baae4e6f1e50aab4ccdd46300a9587364 /drivers/net | |
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>
Diffstat (limited to 'drivers/net')
-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 | |||
20 | By default, the DMA arbitration scheme is based on Round-robin | 20 | By default, the DMA arbitration scheme is based on Round-robin |
21 | (rx:tx priority is 1:1). | 21 | (rx:tx priority is 1:1). |
22 | 22 | ||
23 | config STMMAC_DUAL_MAC | ||
24 | bool "STMMAC: dual mac support (EXPERIMENTAL)" | ||
25 | default n | ||
26 | depends on EXPERIMENTAL && STMMAC_ETH && !STMMAC_TIMER | ||
27 | help | ||
28 | Some ST SoCs (for example the stx7141 and stx7200c2) have two | ||
29 | Ethernet Controllers. This option turns on the second Ethernet | ||
30 | device on this kind of platforms. | ||
31 | |||
32 | config STMMAC_TIMER | 23 | config STMMAC_TIMER |
33 | bool "STMMAC Timer optimisation" | 24 | bool "STMMAC Timer optimisation" |
34 | default n | 25 | default n |