Merge "defconfig: Enable secure buffer for secure use cases"

This commit is contained in:
qctecmdr 2024-06-19 19:37:45 -07:00 committed by Gerrit - the friendly Code Review server
commit 4fc112f369
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

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

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