diff options
author | Arnd Bergmann <[email protected]> | 2021-12-07 16:14:36 +0100 |
---|---|---|
committer | Luca Coelho <[email protected]> | 2021-12-07 20:18:06 +0200 |
commit | 977df8bd5844c9370c26a9477418165b870da27c (patch) | |
tree | 1a0ea63fbe1294bf1ceebaabd25f4cd49831f808 /tools/perf/scripts/python/flamegraph.py | |
parent | 4b992db6ebdaaee244a7931753f5b49d049a760a (diff) |
iwlwifi: work around reverse dependency on MEI
If the iwlmei code is a loadable module, the main iwlwifi driver
cannot be built-in:
x86_64-linux-ld: drivers/net/wireless/intel/iwlwifi/pcie/trans.o: in function `iwl_pcie_prepare_card_hw':
trans.c:(.text+0x4158): undefined reference to `iwl_mei_is_connected'
Unfortunately, Kconfig enforces the opposite, forcing the MEI driver to
not be built-in if iwlwifi is a module.
To work around this, decouple iwlmei from iwlwifi and add the
dependency in the other direction.
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions