ANDROID: pinctrl: qcom: Kconfig: Make PINCTRL_MSM selectors depend on QCOM_SCM || !QCOM_SCM
The PINCTRL_MSM code depends on QCOM_SCM, so if QCOM_SCM is a module the PINCTRL_MSM code needs to be as well. However, the PINCTRL_MSM isn't a visible option, and is only selected by other options, so make all the options that select it dependent on QCOM_SCM || !QCOM_SCM which makes sure the option is a module if the QCOM_SCM code is also a module. Would be welcome to ideas of simpler ways of expressing this. Fixes: 6a1652ef ("ANDROID: firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module") Signed-off-by:John Stultz <john.stultz@linaro.org> Change-Id: I667d29ee373b7f00f3f7840076251ed195432eac
Loading
Please sign in to comment