Skip to content

Commit

Permalink
spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Brian Masney authored and Linus Walleij committed Feb 14, 2019
1 parent 7f2f787 commit 760a160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spmi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if SPMI

config SPMI_MSM_PMIC_ARB
tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY
depends on ARCH_QCOM || COMPILE_TEST
depends on HAS_IOMEM
default ARCH_QCOM
Expand Down

0 comments on commit 760a160

Please sign in to comment.