ANDROID: GKI: Enable GENERIC_IRQ_CHIP

This feature is only used by arm/arm64 boards but it builds on x86 too
so enable it everywhere for build coverage.

Bug: 153699377
Bug: 154880035
Change-Id: I30c78c394c7d95a02d75d39101c414d37b824024
Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
Alistair Delva 2020-04-27 08:54:47 -07:00
parent 3bc16e441f
commit abb06f722f

View file

@ -128,6 +128,14 @@ config GKI_HIDDEN_GPU_CONFIGS
These are normally selected implicitly when a module These are normally selected implicitly when a module
that relies on it is configured. that relies on it is configured.
config GKI_HIDDEN_IRQ_CONFIGS
bool "Hidden IRQ configuration needed for GKI"
select GENERIC_IRQ_CHIP
help
Dummy config option used to enable GENERIC_IRQ_CHIP hidden
config, required by various SoC platforms. This is usually
selected by ARCH_*.
# Atrocities needed for # Atrocities needed for
# a) building GKI modules in separate tree, or # a) building GKI modules in separate tree, or
# b) building drivers that are not modularizable # b) building drivers that are not modularizable
@ -150,6 +158,7 @@ config GKI_HACKS_TO_FIX
select GKI_HIDDEN_USB_CONFIGS select GKI_HIDDEN_USB_CONFIGS
select GKI_HIDDEN_SOC_BUS_CONFIGS select GKI_HIDDEN_SOC_BUS_CONFIGS
select GKI_HIDDEN_GPU_CONFIGS select GKI_HIDDEN_GPU_CONFIGS
select GKI_HIDDEN_IRQ_CONFIGS
help help
Dummy config option used to enable core functionality used by Dummy config option used to enable core functionality used by
modules that may not be selectable in this config. modules that may not be selectable in this config.