summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2021-02-04 12:45:39 -0800
committerKevin Hilman <khilman@baylibre.com>2021-02-04 15:22:14 -0800
commit4b41c1113cab477366e5f08e03453ff5e612c949 (patch)
tree72869c5cf0c98872ae710a0f939cbcd14e933f52 /init
parent30f31797fe80307598bc2502bfe2eb19b9bf13fe (diff)
ANDROID: GKI: Kconfig.gki: add hidden PHY configs
When testing GKI with out-of-tree PCIe support as modules, it was discovered some hidden Kconfigs are required for DPHYs. Add here so out of tree PCIe drivers and PHYs can be built in a separate tree. Bug: 179406580 Change-Id: Ic27c678b4e0dd4c29d354ff1139d453b99a3744f Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig.gki8
1 files changed, 8 insertions, 0 deletions
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.