diff --git a/init/Kconfig.gki b/init/Kconfig.gki index 4f1481cbc095..684db586237e 100644 --- a/init/Kconfig.gki +++ b/init/Kconfig.gki @@ -12,6 +12,14 @@ config GKI_HIDDEN_DRM_CONFIGS These are normally selected implicitly when including a DRM module, but for GKI, the modules are built out-of-tree. +config GKI_HIDDEN_MCP251XFD_CONFIGS + bool "Hidden MCP251XFD configs needed for GKI" + select CAN_RX_OFFLOAD + help + Dummy config option used to enable hidden MCP251XFD configs. + These are normally selected implicitly when including a + MCP251XFD module, but for GKI, the modules are built out-of-tree. + config GKI_HIDDEN_REGMAP_CONFIGS bool "Hidden Regmap configs needed for GKI" select REGMAP_IRQ @@ -76,6 +84,7 @@ config GKI_HIDDEN_QCOM_CONFIGS select QCOM_SMEM_STATE select QCOM_GDSC if (ARCH_QCOM) select IOMMU_IO_PGTABLE_LPAE if (ARCH_QCOM) + select INTERCONNECT_QCOM if (ARCH_QCOM) help Dummy config option used to enable hidden QCOM configs. @@ -235,6 +244,7 @@ config GKI_HACKS_TO_FIX bool "GKI Dummy config options" select GKI_HIDDEN_CRYPTO_CONFIGS select GKI_HIDDEN_DRM_CONFIGS + select GKI_HIDDEN_MCP251XFD_CONFIGS select GKI_HIDDEN_REGMAP_CONFIGS select GKI_HIDDEN_SND_CONFIGS select GKI_HIDDEN_SND_SOC_CONFIGS