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:
@@ -53,6 +53,13 @@ config GKI_HIDDEN_QCOM_CONFIGS
|
||||
These are normally selected implicitely when a module
|
||||
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
|
||||
# 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_QCOM_CONFIGS
|
||||
select GKI_LEGACY_WEXT_ALLCONFIG
|
||||
select GKI_HIDDEN_MEDIA_CONFIGS
|
||||
help
|
||||
Dummy config option used to enable core functionality used by
|
||||
modules that may not be selectable in this config.
|
||||
|
||||
Reference in New Issue
Block a user