diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-09-29 10:24:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-29 21:11:13 -0700 |
commit | 18785040b088c0d90713606b57a8b1bd4834ec04 (patch) | |
tree | 619385f30607bc37f1c4e71f6f3802637a7769bb | |
parent | 93a82ca2f3c642becc3d824ba79be98084f76519 (diff) | |
download | linux-18785040b088c0d90713606b57a8b1bd4834ec04.tar.gz linux-18785040b088c0d90713606b57a8b1bd4834ec04.tar.bz2 linux-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/Kconfig | 2 |
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--- |