mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
staging: hp100: Fix build error without ETHERNET
It should depends on ETHERNET, otherwise building fails:
drivers/staging/hp/hp100.o: In function `hp100_pci_remove':
hp100.c:(.text+0x165): undefined reference to `unregister_netdev'
hp100.c:(.text+0x214): undefined reference to `free_netdev'
Fixes: 52340b82cf
("hp100: Move 100BaseVG AnyLAN driver to staging")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Link: https://lore.kernel.org/r/20191113021306.35464-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
453a4b6d8e
commit
2f4d984b95
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
config NET_VENDOR_HP
|
config NET_VENDOR_HP
|
||||||
bool "HP devices"
|
bool "HP devices"
|
||||||
default y
|
default y
|
||||||
|
depends on ETHERNET
|
||||||
depends on ISA || EISA || PCI
|
depends on ISA || EISA || PCI
|
||||||
---help---
|
---help---
|
||||||
If you have a network (Ethernet) card belonging to this class, say Y.
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue