diff options
-rw-r--r-- | drivers/spmi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig index 075bd79e1ac4..bf1295e19f89 100644 --- a/drivers/spmi/Kconfig +++ b/drivers/spmi/Kconfig | |||
@@ -14,8 +14,8 @@ config SPMI_MSM_PMIC_ARB | |||
14 | tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" | 14 | tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" |
15 | depends on ARM | 15 | depends on ARM |
16 | depends on IRQ_DOMAIN | 16 | depends on IRQ_DOMAIN |
17 | depends on ARCH_MSM || COMPILE_TEST | 17 | depends on ARCH_QCOM || COMPILE_TEST |
18 | default ARCH_MSM | 18 | default ARCH_QCOM |
19 | help | 19 | help |
20 | If you say yes to this option, support will be included for the | 20 | If you say yes to this option, support will be included for the |
21 | built-in SPMI PMIC Arbiter interface on Qualcomm MSM family | 21 | built-in SPMI PMIC Arbiter interface on Qualcomm MSM family |