From: Brian Masney Date: Thu, 14 Feb 2019 01:36:40 +0000 (-0500) Subject: mfd: pm8xxx: select IRQ_DOMAIN_HIERARCHY in Kconfig X-Git-Tag: v5.4-rc1~1467^2~21^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de744e01aa3af421470eb9725574e3cbce319053;p=platform%2Fkernel%2Flinux-rpi.git 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: Brian Masney Acked-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8c5dfdc..001a847 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -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