Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5f770e4 authored by John Stultz's avatar John Stultz
Browse files

ANDROID: Kconfig.gki: Add QCOM_SCM to QCOM Hidden configs



QCOM_SCM is needed to be able to boot on db845c and is normally
selected by modules such as QCOM_RMTFS_MEM.

This dependency got accidentally dropped before the holidays
when I moved the QCOM_RMTFS_MEM to a module instead of a gki
built in.

Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Bug: 146449535
Change-Id: Icf9b6fec1d45247ee67e50d6c13c6e410e3d8c12
parent 0d4adfd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ config GKI_HIDDEN_GPIO_CONFIGS
config GKI_HIDDEN_QCOM_CONFIGS
	bool "Hidden QCOM configs needed for GKI"
	select QCOM_SMEM_STATE
	select QCOM_SCM if (ARM64)
	select PINCTRL_MSM if (PINCTRL && ARCH_QCOM)
	help
	  Dummy config option used to enable hidden QCOM configs.