diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-25 01:24:56 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 18:10:00 -0400 |
commit | 9a4822063e4865d07e902edbd0f31baf4857c2ce (patch) | |
tree | 5eb9ceb861914b59becad669b58b17444057a3c9 | |
parent | 63c9e549148fb95c11befb4f255c84ded9277f89 (diff) |
[PATCH] (15/22) Kconfig fix (82596)
driver is non-modular
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-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 7a56556c9712..ae9e7a579b94 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -397,7 +397,7 @@ config SUN3LANCE | |||
397 | If you're not building a kernel for a Sun 3, say N. | 397 | If you're not building a kernel for a Sun 3, say N. |
398 | 398 | ||
399 | config SUN3_82586 | 399 | config SUN3_82586 |
400 | tristate "Sun3 on-board Intel 82586 support" | 400 | bool "Sun3 on-board Intel 82586 support" |
401 | depends on NET_ETHERNET && SUN3 | 401 | depends on NET_ETHERNET && SUN3 |
402 | help | 402 | help |
403 | This driver enables support for the on-board Intel 82586 based | 403 | This driver enables support for the on-board Intel 82586 based |