diff options
author | Brian Masney <masneyb@onstation.org> | 2019-02-13 20:36:39 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-02-14 03:14:50 -0500 |
commit | 760a160e8b899f5ebcab99da17feebbe40ec42f1 (patch) | |
tree | 624e2101044b33fc30e8dc1ab2d656fad5d7138c | |
parent | 7f2f787c10596f486644d730a0a23e78abe8cbe0 (diff) |
spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in Kconfig
Select IRQ_DOMAIN_HIERARCHY for pmic-arb in Kconfig since this driver
uses the version 2 IRQ interfaces. IRQ_DOMAIN_HIERARCHY selects
IRQ_DOMAIN, so it can be removed from here.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/spmi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig index 0d3b70b3bda8..d48ed7c2c6c4 100644 --- a/drivers/spmi/Kconfig +++ b/drivers/spmi/Kconfig | |||
@@ -12,7 +12,7 @@ if SPMI | |||
12 | 12 | ||
13 | config SPMI_MSM_PMIC_ARB | 13 | config SPMI_MSM_PMIC_ARB |
14 | tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" | 14 | tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" |
15 | select IRQ_DOMAIN | 15 | select IRQ_DOMAIN_HIERARCHY |
16 | depends on ARCH_QCOM || COMPILE_TEST | 16 | depends on ARCH_QCOM || COMPILE_TEST |
17 | depends on HAS_IOMEM | 17 | depends on HAS_IOMEM |
18 | default ARCH_QCOM | 18 | default ARCH_QCOM |