Arnd Bergmann
9831724a08
net/mlxfw: select CONFIG_XZ_DEC
...
The new mlxfw code fails to build without the xz library:
drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.o: In function `mlxfw_mfa2_xz_dec_run':
:(.text.mlxfw_mfa2_xz_dec_run+0x8): undefined reference to `xz_dec_run'
drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.o: In function `mlxfw_mfa2_file_component_get':
:(.text.mlxfw_mfa2_file_component_get+0x218): undefined reference to `xz_dec_init'
:(.text.mlxfw_mfa2_file_component_get+0x2c0): undefined reference to `xz_dec_end'
This adds a Kconfig 'select' statement for it, which is also what
the other user of that library has.
Fixes: 410ed13cae ("Add the mlxfw module for Mellanox firmware flash process")
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Yotam Gigi <yotamg@mellanox.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2017-05-31 12:53:12 -04:00
..
2017-05-22 20:29:06 +02:00
2017-05-09 10:01:15 -07:00
2017-05-22 20:32:05 +02:00
2017-05-20 16:12:30 -07:00
2017-05-23 19:54:55 +02:00
2017-04-20 12:16:10 -06:00
2017-05-18 16:53:55 +02:00
2017-05-10 13:38:18 -07:00
2017-05-12 10:43:25 -07:00
2017-05-22 20:28:22 +02:00
2017-05-09 23:21:46 +02:00
2017-05-10 11:33:08 -07:00
2017-05-13 16:18:21 -07:00
2017-05-09 15:40:28 -07:00
2017-04-20 13:47:46 +05:30
2017-05-03 16:27:36 +02:00
2017-05-22 19:31:07 -07:00
2017-04-26 11:38:56 +02:00
2017-05-10 19:13:03 -07:00
2017-05-26 11:51:55 +10:00
2017-05-02 19:09:35 -07:00
2017-04-21 17:58:45 +02:00
2017-05-04 19:15:35 -07:00
2017-05-14 07:49:32 -07:00
2017-05-08 17:15:14 -07:00
2017-05-22 19:22:19 -07:00
2017-05-08 17:36:39 -04:00
2017-05-01 23:17:37 +02:00
2017-05-10 19:13:03 -07:00
2017-05-14 14:24:19 +03:00
2017-05-13 10:25:05 -07:00
2017-05-17 14:51:54 +02:00
2017-05-21 11:45:26 -07:00
2017-05-10 19:13:03 -07:00
2017-05-22 21:12:44 +02:00
2017-05-04 07:53:04 -06:00
2017-05-05 19:33:07 -07:00
2017-04-27 16:20:04 +05:30
2017-05-18 12:04:41 -07:00
2017-05-10 19:13:03 -07:00
2017-05-16 08:12:47 -07:00
2017-04-24 18:21:17 -04:00
2017-04-27 11:54:49 +01:00
2017-05-16 23:05:40 +02:00
2017-05-26 09:05:35 -07:00
2017-05-13 10:23:12 -07:00
2017-05-31 12:53:12 -04:00
2017-04-20 09:54:24 +02:00
2017-05-12 15:43:10 -07:00
2017-05-26 11:53:02 +03:00
2017-05-09 10:01:15 -07:00
2017-05-24 08:21:56 -07:00
2017-04-20 12:02:32 +01:00
2017-05-23 14:18:17 -05:00
2017-05-10 19:13:03 -07:00
2017-05-02 19:09:35 -07:00
2017-05-04 19:15:35 -07:00
2017-05-12 12:02:21 -07:00
2017-05-14 13:30:05 +02:00
2017-05-01 16:15:18 -07:00
2017-05-04 19:15:35 -07:00
2017-04-30 22:17:44 +09:00
2017-05-10 11:33:08 -07:00
2017-05-09 10:01:15 -07:00
2017-05-10 11:33:08 -07:00
2017-05-22 20:32:05 +02:00
2017-05-16 09:24:44 -07:00
2017-05-26 20:46:35 -04:00
2017-05-19 13:36:56 -07:00
2017-04-26 15:58:22 +01:00
2017-05-16 14:23:31 +02:00
2017-05-12 11:44:13 -07:00
2017-05-18 23:54:47 -07:00
2017-05-12 11:58:45 -07:00
2017-05-10 19:13:03 -07:00
2017-05-16 23:06:41 +02:00
2017-05-19 10:10:07 +02:00
2017-05-17 11:27:41 +02:00
2017-05-05 11:36:44 -07:00
2017-05-18 10:07:42 -04:00
2017-05-11 11:12:26 -07:00
2017-05-08 17:15:10 -07:00
2017-05-02 23:41:43 +03:00
2017-05-19 10:42:25 +02:00
2017-05-09 09:12:53 -07:00
2017-05-10 21:03:31 +02:00