diff --git a/init/Kconfig.gki b/init/Kconfig.gki index dea0ceb987dd..3e5ea0402e9d 100644 --- a/init/Kconfig.gki +++ b/init/Kconfig.gki @@ -193,6 +193,13 @@ config GKI_HIDDEN_NET_CONFIGS Dummy config option used to enable the networking hidden config, required by various SoC platforms. +config GKI_HIDDEN_PHY_CONFIGS + bool "Hidden PHY configuration needed for GKI" + select GENERIC_PHY_MIPI_DPHY + help + Dummy config option used to enable the hidden PHY configs, + required by various SoC platforms. + # Atrocities needed for # a) building GKI modules in separate tree, or @@ -221,6 +228,7 @@ config GKI_HACKS_TO_FIX select GKI_HIDDEN_IRQ_CONFIGS select GKI_HIDDEN_HYPERVISOR_CONFIGS select GKI_HIDDEN_NET_CONFIGS + select GKI_HIDDEN_PHY_CONFIGS help Dummy config option used to enable core functionality used by modules that may not be selectable in this config.