diff options
author | Michael Reiss <michael.f.reiss@freescale.com> | 2007-04-13 02:26:19 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 11:01:04 -0400 |
commit | d5b9049df25f38b3eaf3af48d494b0747aae4349 (patch) | |
tree | d2f99a2fc097a9e0c7752f681b7fadc13b2987d1 /drivers/net/Kconfig | |
parent | 7563907eb8aad8f15b6a39fa6d863c091d83ef48 (diff) |
ucc_geth: Implement Transmit on Demand support
Transmit on Demand: Fix spelling in config option, and make it actually enable TOD.
Signed-off-by: Michael Reiss <michael.f.reiss@freescale.com>
Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 87d69752d86a..545c405a5cb0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2292,8 +2292,8 @@ config UGETH_FILTERING | |||
2292 | bool "Mac address filtering support" | 2292 | bool "Mac address filtering support" |
2293 | depends on UCC_GETH | 2293 | depends on UCC_GETH |
2294 | 2294 | ||
2295 | config UGETH_TX_ON_DEMOND | 2295 | config UGETH_TX_ON_DEMAND |
2296 | bool "Transmit on Demond support" | 2296 | bool "Transmit on Demand support" |
2297 | depends on UCC_GETH | 2297 | depends on UCC_GETH |
2298 | 2298 | ||
2299 | config MV643XX_ETH | 2299 | config MV643XX_ETH |