diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-25 06:24:56 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 18:10:00 -0400 |
commit | 9a4822063e4865d07e902edbd0f31baf4857c2ce (patch) | |
tree | 5eb9ceb861914b59becad669b58b17444057a3c9 /drivers/net/Kconfig | |
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>
Diffstat (limited to 'drivers/net/Kconfig')
-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 If you're not building a kernel for a Sun 3, say N. config SUN3_82586 - tristate "Sun3 on-board Intel 82586 support" + bool "Sun3 on-board Intel 82586 support" depends on NET_ETHERNET && SUN3 help This driver enables support for the on-board Intel 82586 based |