qseecom_proxy: Add qseecom_proxy entry to GKI config

Add qseecom_proxy entry to GKI config and remove
from consolidate config.

Change-Id: I73bd8876652c40a8eb3194e155f3215b988b8170
Signed-off-by: Reut Zysman <quic_rzysman@quicinc.com>
This commit is contained in:
Reut Zysman 2023-07-14 10:24:46 -07:00
parent e0960b09aa
commit 065b02dccf
3 changed files with 2 additions and 2 deletions

View File

@ -217,6 +217,7 @@ CONFIG_QRTR=m
CONFIG_QRTR_GUNYAH=m
CONFIG_QRTR_MHI=m
CONFIG_QRTR_SMD=m
CONFIG_QSEECOM_PROXY=m
CONFIG_QSEE_IPC_IRQ_BRIDGE=m
CONFIG_QTI_ALTMODE_GLINK=m
CONFIG_QTI_BATTERY_CHARGER=m

View File

@ -13,7 +13,6 @@ CONFIG_LOCK_TORTURE_TEST=m
CONFIG_MHI_BUS_DEBUG=y
CONFIG_MSM_GPI_DMA_DEBUG=y
CONFIG_PAGE_OWNER=y
CONFIG_QSEECOM_PROXY=m
CONFIG_QTI_PMIC_GLINK_CLIENT_DEBUG=y
CONFIG_RCU_TORTURE_TEST=m
CONFIG_REGMAP_QTI_DEBUGFS_ALLOW_WRITE=y

View File

@ -82,6 +82,7 @@ def define_pineapple():
"drivers/mailbox/qcom-ipcc.ko",
"drivers/mfd/qcom-i2c-pmic.ko",
"drivers/mfd/qcom-spmi-pmic.ko",
"drivers/misc/qseecom_proxy.ko",
"drivers/mmc/host/cqhci.ko",
"drivers/mmc/host/sdhci-msm.ko",
"drivers/nvmem/nvmem_qcom-spmi-sdam.ko",
@ -266,7 +267,6 @@ def define_pineapple():
"drivers/cpuidle/governors/qcom_simple_lpm.ko",
"drivers/hwtracing/coresight/coresight-etm4x.ko",
"drivers/misc/lkdtm/lkdtm.ko",
"drivers/misc/qseecom_proxy.ko",
"drivers/usb/misc/ehset.ko",
"drivers/usb/misc/lvstest.ko",
"kernel/locking/locktorture.ko",