]> git.baikalelectronics.ru Git - kernel.git/commit
net: mac8390: Allow modular build
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 29 Sep 2015 08:24:02 +0000 (10:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:11:12 +0000 (21:11 -0700)
commit11354f9797c796d04b40dedb9f4c6794a9110e26
tree97ed69c857e5edc2f68f7cae1f8e357a4cf640d2
parentbaec344884bd4513ec471c7bc6e2b37aa7deee6a
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>
drivers/net/ethernet/8390/Kconfig
drivers/net/ethernet/8390/mac8390.c