aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-09-29 10:24:04 +0200
committerDavid S. Miller <davem@davemloft.net>2015-09-29 21:11:13 -0700
commit18785040b088c0d90713606b57a8b1bd4834ec04 (patch)
tree619385f30607bc37f1c4e71f6f3802637a7769bb
parentnet: 7990: Export lance_poll() to modules (diff)
downloadlinux-dev-18785040b088c0d90713606b57a8b1bd4834ec04.tar.xz
linux-dev-18785040b088c0d90713606b57a8b1bd4834ec04.zip
net: hplance: Allow modular build
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/amd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig
index afc62ea804fc..0038709fd317 100644
--- a/drivers/net/ethernet/amd/Kconfig
+++ b/drivers/net/ethernet/amd/Kconfig
@@ -100,7 +100,7 @@ config DECLANCE
DEPCA series. (This chipset is better known via the NE2100 cards.)
config HPLANCE
- bool "HP on-board LANCE support"
+ tristate "HP on-board LANCE support"
depends on DIO
select CRC32
---help---