提交 149cb911 编写于 作者: I Ivan T. Ivanov 提交者: Greg Kroah-Hartman

spmi: pmic_arb: remove ARM build time dependency

Qualcomm PMIC arbiter driver already depends on ARCH_QCOM,
which could be either ARM or ARM64. New version of the PMIC
arbiter controller is available on 64 bit platforms.
Remove ARM dependency to allow driver to be build for 64 bit
platforms.
Signed-off-by: NIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f580d730
...@@ -12,7 +12,6 @@ if SPMI ...@@ -12,7 +12,6 @@ if SPMI
config SPMI_MSM_PMIC_ARB config SPMI_MSM_PMIC_ARB
tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
depends on ARM
depends on IRQ_DOMAIN depends on IRQ_DOMAIN
depends on ARCH_QCOM || COMPILE_TEST depends on ARCH_QCOM || COMPILE_TEST
default ARCH_QCOM default ARCH_QCOM
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册