defconfig: Enable secure buffer for secure use cases

Enable the secure buffer driver on the AutoGHGVM platform
to support secure use cases.

Change-Id: I42ec8b7618403456271f1a1bdc2483e66bf478c2
Signed-off-by: Mahesh Kumar <quic_mahkumar@quicinc.com>
This commit is contained in:
Mahesh Kumar 2024-06-12 19:43:19 -07:00
parent f4e48e42c3
commit 72e1cc7a47
4 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,7 @@ CONFIG_QCOM_QMI_HELPERS=m
CONFIG_QCOM_RPROC_COMMON=m
CONFIG_QCOM_RUN_QUEUE_STATS=m
CONFIG_QCOM_SCM=m
CONFIG_QCOM_SECURE_BUFFER=m
CONFIG_QCOM_SMEM=m
# CONFIG_QCOM_SOC_WATCHDOG is not set
CONFIG_QCOM_SYSMON=m

View File

@ -55,6 +55,7 @@ CONFIG_QCOM_MINIDUMP_RM=y
# CONFIG_QCOM_MINIDUMP_SMEM is not set
CONFIG_QCOM_RPROC_COMMON=m
CONFIG_QCOM_SCM=m
CONFIG_QCOM_SECURE_BUFFER=m
CONFIG_QCOM_SMEM=m
# CONFIG_QCOM_SOC_WATCHDOG is not set
# CONFIG_QCOM_VA_MINIDUMP is not set

View File

@ -43,6 +43,7 @@ def define_autoghgvm():
"drivers/soc/qcom/qmi_helpers.ko",
"drivers/soc/qcom/rename_devices.ko",
"drivers/soc/qcom/rq_stats.ko",
"drivers/soc/qcom/secure_buffer.ko",
"drivers/soc/qcom/smem.ko",
"drivers/spi/spi-msm-geni.ko",
"drivers/spi/spidev.ko",

View File

@ -23,3 +23,4 @@ virtio_net.ko
virtio_input.ko
minidump.ko
debug_symbol.ko
secure_buffer.ko