Skip to content

Commit 1dba41c

Browse files
Alex Elderkuba-moo
authored andcommitted
net: ipa: add an interconnect dependency
In order to function, the IPA driver very clearly requires the interconnect framework to be enabled in the kernel configuration. State that dependency in the Kconfig file. This became a problem when CONFIG_COMPILE_TEST support was added. Non-Qualcomm platforms won't necessarily enable CONFIG_INTERCONNECT. Reported-by: kernel test robot <lkp@intel.com> Fixes: 38a4066 ("net: ipa: support COMPILE_TEST") Signed-off-by: Alex Elder <elder@linaro.org> Link: https://lore.kernel.org/r/20220301113440.257916-1-elder@linaro.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 224102d commit 1dba41c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ipa/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ config QCOM_IPA
22
tristate "Qualcomm IPA support"
33
depends on NET && QCOM_SMEM
44
depends on ARCH_QCOM || COMPILE_TEST
5+
depends on INTERCONNECT
56
depends on QCOM_RPROC_COMMON || (QCOM_RPROC_COMMON=n && COMPILE_TEST)
67
depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n
78
select QCOM_MDT_LOADER if ARCH_QCOM

0 commit comments

Comments
 (0)