mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-20 08:40:47 +00:00
qed: select ZLIB_INFLATE
The newly added qlogic qed driver uses the zlib library, but misses the dependency: drivers/built-in.o: In function `qed_alloc_stream_mem': drivers/net/ethernet/qlogic/qed/qed_main.c:707: undefined reference to `zlib_inflate_workspacesize' drivers/built-in.o: In function `qed_unzip_data': drivers/net/ethernet/qlogic/qed/qed_main.c:675: undefined reference to `zlib_inflateInit2' This changes Kconfig to always select zlib when needed. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: fe56b9e6a8d9 ("qed: Add module with basic common support") Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d69bbf88c8
commit
4bdb96cb69
@ -94,6 +94,7 @@ config NETXEN_NIC
|
|||||||
config QED
|
config QED
|
||||||
tristate "QLogic QED 25/40/100Gb core driver"
|
tristate "QLogic QED 25/40/100Gb core driver"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
select ZLIB_INFLATE
|
||||||
---help---
|
---help---
|
||||||
This enables the support for ...
|
This enables the support for ...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user