diff --git a/init/Kconfig.gki b/init/Kconfig.gki index 3e5ea0402e9d..14efb50adabe 100644 --- a/init/Kconfig.gki +++ b/init/Kconfig.gki @@ -200,6 +200,14 @@ config GKI_HIDDEN_PHY_CONFIGS Dummy config option used to enable the hidden PHY configs, required by various SoC platforms. +config GKI_HIDDEN_MM_CONFIGS + bool "Hidden MM configuration needed for GKI" + select PAGE_REPORTING + select BALLOON_COMPACTION + select MEMORY_BALLOON + help + Dummy config option used to enable hidden MM configs, + currently required for VIRTIO_BALLOON # Atrocities needed for # a) building GKI modules in separate tree, or @@ -229,6 +237,7 @@ config GKI_HACKS_TO_FIX select GKI_HIDDEN_HYPERVISOR_CONFIGS select GKI_HIDDEN_NET_CONFIGS select GKI_HIDDEN_PHY_CONFIGS + select GKI_HIDDEN_MM_CONFIGS help Dummy config option used to enable core functionality used by modules that may not be selectable in this config.