diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2004-12-02 15:46:19 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-02 15:46:19 -0800 |
| commit | ea0f86b0552201bf9ed68186fcc406b69176962c (patch) | |
| tree | 2f552896a188ee48f349515267dc24876190ef12 | |
| parent | ee4d346518a0ff7d22db72c96e545cfb1f3a2b63 (diff) | |
[PATCH] M68k HP Lance Ethernet depends on DIO bus support
HP Lance Ethernet depends on DIO bus support
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1767e68ffc0a..82c10bbd6ab0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -429,7 +429,7 @@ config SUN3_82586 config HPLANCE bool "HP on-board LANCE support" - depends on NET_ETHERNET && HP300 + depends on NET_ETHERNET && DIO select CRC32 help If you want to use the builtin "LANCE" Ethernet controller on an |
