diff options
author | Srinivas Kandagatla <[email protected]> | 2020-12-01 09:38:43 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-12-09 19:57:03 +0100 |
commit | 81113b0421a5199a1f425beaef7dad0d7c16a891 (patch) | |
tree | 37baf0145ab85222a9f0c1860d06c81254bee700 | |
parent | b4f473cf4605e063f1250c6c7c37140cdd162353 (diff) |
slimbus: qcom-ngd-ctrl: fix SSR dependencies
NGD should depend on QCOM_RPROC_COMMON instead of selecting it, as
this will be selected by respective remoteproc driver.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/slimbus/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/slimbus/Kconfig b/drivers/slimbus/Kconfig index 7d59956b5dfb..1235b7dc8496 100644 --- a/drivers/slimbus/Kconfig +++ b/drivers/slimbus/Kconfig @@ -22,10 +22,9 @@ config SLIM_QCOM_CTRL config SLIM_QCOM_NGD_CTRL tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component" - depends on HAS_IOMEM && DMA_ENGINE && NET && REMOTEPROC + depends on HAS_IOMEM && DMA_ENGINE && NET && QCOM_RPROC_COMMON depends on ARCH_QCOM || COMPILE_TEST select QCOM_QMI_HELPERS - select QCOM_RPROC_COMMON select QCOM_PDR_HELPERS help Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device |