mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-03 19:55:31 +00:00
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 <lkp@intel.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20201201093843.20126-1-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b4f473cf46
commit
81113b0421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user