Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de744e01 authored by Brian Masney's avatar Brian Masney Committed by Linus Walleij
Browse files

mfd: pm8xxx: select IRQ_DOMAIN_HIERARCHY in Kconfig



Select IRQ_DOMAIN_HIERARCHY for pm8xxx 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: default avatarBrian Masney <masneyb@onstation.org>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 1a25d59a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -927,7 +927,7 @@ config UCB1400_CORE
config MFD_PM8XXX
	tristate "Qualcomm PM8xxx PMIC chips driver"
	depends on (ARM || HEXAGON || COMPILE_TEST)
	select IRQ_DOMAIN
	select IRQ_DOMAIN_HIERARCHY
	select MFD_CORE
	select REGMAP
	help