ANDROID: Kconfig.gki: Add IRQ_CHIP options needed for PINCTRL_MSM

In v5.8, commit c3c0c2e18d ("pinctrl: qcom: Handle
broken/missing PDC dual edge IRQs on sc7180"), a new dependency
was added on the IRQ_DOMAIN_HIERARCHY and
IRQ_FASTEOI_HIERARCHY_HANDLERS for PINCTRL_MSM.

These are not module options and need to be built in, so they
need to be included in the GKI config.

Fixes: c3c0c2e18d ("pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180")
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: Ia9ceb1e0dc56e8860caed5ecff334fcfdcd4b224
This commit is contained in:
John Stultz 2020-08-04 00:48:52 +00:00 committed by Todd Kjos
parent b59b963a7d
commit fa5543e3b0
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ config GKI_HIDDEN_GPU_CONFIGS
config GKI_HIDDEN_IRQ_CONFIGS
bool "Hidden IRQ configuration needed for GKI"
select GENERIC_IRQ_CHIP
select IRQ_DOMAIN_HIERARCHY
select IRQ_FASTEOI_HIERARCHY_HANDLERS
help
Dummy config option used to enable GENERIC_IRQ_CHIP hidden
config, required by various SoC platforms. This is usually