ANDROID: init: GKI: enable hidden configs for media

Add hidden configs to GKI_HACKS_to_fIX so they are
enabled for loadable media modules build out-of-tree

Bug: 142892658
Test: Built for arm64/x86_64. Boot on cuttlefish
Change-Id: I137a89f69822332324a1f4a3a1150be9cd66709d
Signed-off-by: Todd Kjos <tkjos@google.com>
This commit is contained in:
Todd Kjos 2019-10-25 11:39:57 -07:00
parent 6f2fe74a1b
commit 649238947d

View File

@ -53,6 +53,13 @@ config GKI_HIDDEN_QCOM_CONFIGS
These are normally selected implicitely when a module These are normally selected implicitely when a module
that relies on it is configured. that relies on it is configured.
config GKI_HIDDEN_MEDIA_CONFIGS
bool "Hidden Media configs needed for GKI"
select VIDEOBUF2_CORE
help
Dummy config option used to enable hidden media configs.
These are normally selected implicitely when a module
that relies on it is configured.
# LEGACY_WEXT_ALLCONFIG Discussed upstream, soundly rejected as a unique # LEGACY_WEXT_ALLCONFIG Discussed upstream, soundly rejected as a unique
# problem for GKI to solve. It should be noted that these extensions are # problem for GKI to solve. It should be noted that these extensions are
@ -89,6 +96,7 @@ config GKI_HACKS_TO_FIX
select GKI_HIDDEN_GPIO_CONFIGS select GKI_HIDDEN_GPIO_CONFIGS
select GKI_HIDDEN_QCOM_CONFIGS select GKI_HIDDEN_QCOM_CONFIGS
select GKI_LEGACY_WEXT_ALLCONFIG select GKI_LEGACY_WEXT_ALLCONFIG
select GKI_HIDDEN_MEDIA_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.