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: John Stultz <john.stultz@linaro.org>
Bug: 146449535
Change-Id: Icf9b6fec1d45247ee67e50d6c13c6e410e3d8c12
This commit is contained in:
John Stultz 2020-01-09 19:12:25 +00:00
parent 0d4adfd4d0
commit f5f770e495

View File

@ -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.