ANDROID: init: GKI: enable hidden configs for GPIO
Add hidden configs to GKI_HACKS_TO_FIX so they are enabled for loadable GPIO modules built out-of-tree Bug: 141266428 Change-Id: Ie6e79921df67e86783f04cb869604c988656a034 Signed-off-by: Todd Kjos <tkjos@google.com>
This commit is contained in:
parent
123e3b6b46
commit
ef158dcde0
1 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,15 @@ config GKI_HIDDEN_SND_SOC_CONFIGS
|
|||
These are normally selected implicitely when a module
|
||||
that relies on it is configured.
|
||||
|
||||
config GKI_HIDDEN_GPIO_CONFIGS
|
||||
bool "Hidden GPIO configs needed for GKI"
|
||||
select PINCTRL_SINGLE if (PINCTRL && OF && HAS_IOMEM)
|
||||
select GPIO_PL061 if (HAS_IOMEM && ARM_AMBA && GPIOLIB)
|
||||
help
|
||||
Dummy config option used to enable hidden GPIO configs.
|
||||
These are normally selected implicitely when a module
|
||||
that relies on it is configured.
|
||||
|
||||
# Atrocities needed for
|
||||
# a) building GKI modules in separate tree, or
|
||||
# b) building drivers that are not modularizable
|
||||
|
@ -37,6 +46,7 @@ config GKI_HACKS_TO_FIX
|
|||
select GKI_HIDDEN_DRM_CONFIGS
|
||||
select GKI_HIDDEN_REGMAP_CONFIGS
|
||||
select GKI_HIDDEN_SND_SOC_CONFIGS
|
||||
select GKI_HIDDEN_GPIO_CONFIGS
|
||||
help
|
||||
Dummy config option used to enable core functionality used by
|
||||
modules that may not be selectable in this config.
|
||||
|
|
Loading…
Reference in a new issue