Skip to content

Commit a7db971

Browse files
khilmangregkh
authored andcommitted
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 <[email protected]> (cherry picked from commit 4b41c11 kernel/common android-mainline)
1 parent 2ff6197 commit a7db971

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

init/Kconfig.gki

+8
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ config GKI_HIDDEN_NET_CONFIGS
193193
Dummy config option used to enable the networking hidden
194194
config, required by various SoC platforms.
195195

196+
config GKI_HIDDEN_PHY_CONFIGS
197+
bool "Hidden PHY configuration needed for GKI"
198+
select GENERIC_PHY_MIPI_DPHY
199+
help
200+
Dummy config option used to enable the hidden PHY configs,
201+
required by various SoC platforms.
202+
196203

197204
# Atrocities needed for
198205
# a) building GKI modules in separate tree, or
@@ -221,6 +228,7 @@ config GKI_HACKS_TO_FIX
221228
select GKI_HIDDEN_IRQ_CONFIGS
222229
select GKI_HIDDEN_HYPERVISOR_CONFIGS
223230
select GKI_HIDDEN_NET_CONFIGS
231+
select GKI_HIDDEN_PHY_CONFIGS
224232
help
225233
Dummy config option used to enable core functionality used by
226234
modules that may not be selectable in this config.

0 commit comments

Comments
 (0)