aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-09-29 10:24:02 +0200
committerDavid S. Miller <davem@davemloft.net>2015-09-29 21:11:12 -0700
commit3a3a7f3b7fbd3c2f2ca2f2bf76363a1abbd5ba94 (patch)
tree97ed69c857e5edc2f68f7cae1f8e357a4cf640d2 /drivers/net/ethernet/8390/Kconfig
parentdsa: mv88e6xxx: Fix unsigned/signed issue (diff)
downloadlinux-dev-3a3a7f3b7fbd3c2f2ca2f2bf76363a1abbd5ba94.tar.xz
linux-dev-3a3a7f3b7fbd3c2f2ca2f2bf76363a1abbd5ba94.zip
net: mac8390: Allow modular build
The modular driver supports only one card, just like the built-in driver. Note that this limitation is a problem which affects all Nubus card drivers, because they have to do all their own bus matching, because Nubus still lacks the necessary driver model support. Suggested-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/8390/Kconfig')
-rw-r--r--drivers/net/ethernet/8390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig
index edf72258ab1d..29c3075bfb05 100644
--- a/drivers/net/ethernet/8390/Kconfig
+++ b/drivers/net/ethernet/8390/Kconfig
@@ -64,7 +64,7 @@ config ARM_ETHERH
should say Y to this option if you wish to use it with Linux.
config MAC8390
- bool "Macintosh NS 8390 based ethernet cards"
+ tristate "Macintosh NS 8390 based ethernet cards"
depends on MAC
select CRC32
---help---