diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2008-07-10 18:34:40 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-11 01:11:45 -0400 |
commit | 1a342d224afb03196e3df28a271f3ddf3787e8f4 (patch) | |
tree | 5eba76aed2b61bdd01031e49c3df67aacd139643 /drivers/net/Kconfig | |
parent | 0aa1538f4e4bab366023f4c414555e4ed25994e6 (diff) |
ucc_geth: delete non NAPI code from the driver.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 1fe7e0792c1f..9b98714889bf 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2270,10 +2270,6 @@ config UCC_GETH | |||
2270 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, | 2270 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, |
2271 | which is available on some Freescale SOCs. | 2271 | which is available on some Freescale SOCs. |
2272 | 2272 | ||
2273 | config UGETH_NAPI | ||
2274 | bool "Use Rx Polling (NAPI)" | ||
2275 | depends on UCC_GETH | ||
2276 | |||
2277 | config UGETH_MAGIC_PACKET | 2273 | config UGETH_MAGIC_PACKET |
2278 | bool "Magic Packet detection support" | 2274 | bool "Magic Packet detection support" |
2279 | depends on UCC_GETH | 2275 | depends on UCC_GETH |