ANDROID: GKI: enable PM_GENERIC_DOMAINS by default

This is needed to support the QCOM clk drivers as modules without
building them in. We need to fix this properly upstream.

Signed-off-by: Will McVicker <willmcvicker@google.com>
Bug: 150638698
Bug: 147895101
Change-Id: I69b59455e4e2d8ef3a183ee52a835ddb97360420
This commit is contained in:
Will McVicker
2020-02-04 12:05:26 -08:00
parent b6b87dc9fa
commit a27e47e13b

View File

@@ -81,6 +81,13 @@ config GKI_LEGACY_WEXT_ALLCONFIG
If you are not building a kernel to be used for a variety of
out-of-kernel built wireless modules, say N here.
config GKI_HIDDEN_SOC_PM_CONFIGS
bool "Hidden SOC Power Management configs for GKI"
select PM_GENERIC_DOMAINS if PM
help
Dummy config option used to enable all the hidden SOC specific power
management add-in modules.
# Atrocities needed for
# a) building GKI modules in separate tree, or
# b) building drivers that are not modularizable
@@ -98,6 +105,7 @@ config GKI_HACKS_TO_FIX
select GKI_HIDDEN_GPIO_CONFIGS
select GKI_LEGACY_WEXT_ALLCONFIG
select GKI_HIDDEN_VIRTUAL_CONFIGS
select GKI_HIDDEN_SOC_PM_CONFIGS
help
Dummy config option used to enable core functionality used by
modules that may not be selectable in this config.