diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-08-27 03:35:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-31 00:51:43 -0400 |
commit | bf5aec2e79418adb42f1457152b427fd3d6316d9 (patch) | |
tree | 9dbb91ec11e3686085db9bf0dda428bb4e86137e /drivers/net/Kconfig | |
parent | 54b15983840c9eb264e41f3b14af398a72ebd426 (diff) |
ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code
This patch removes currently unused UGETH_MAGIC_PACKET Kconfig symbol
and code, i.e. magic_packet_detection_{enable,disable} functions.
The two functions each contain just two steps that we'll place into
suspend/resume code path under CONFIG_PM.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bbe77a065845..fed9bdaecfa2 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2373,10 +2373,6 @@ config UCC_GETH | |||
2373 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, | 2373 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, |
2374 | which is available on some Freescale SOCs. | 2374 | which is available on some Freescale SOCs. |
2375 | 2375 | ||
2376 | config UGETH_MAGIC_PACKET | ||
2377 | bool "Magic Packet detection support" | ||
2378 | depends on UCC_GETH | ||
2379 | |||
2380 | config UGETH_TX_ON_DEMAND | 2376 | config UGETH_TX_ON_DEMAND |
2381 | bool "Transmit on Demand support" | 2377 | bool "Transmit on Demand support" |
2382 | depends on UCC_GETH | 2378 | depends on UCC_GETH |