Merge "defconfig: autogvm: Enable remoteproc for auto VM"

This commit is contained in:
qctecmdr 2023-05-15 00:37:30 -07:00 committed by Gerrit - the friendly Code Review server
commit 61f9be47bd
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ CONFIG_MSM_BOOT_STATS=m
CONFIG_MSM_HAB=m
CONFIG_MSM_HSUSB_PHY=m
CONFIG_MSM_QMP=m
CONFIG_MSM_QUIN_SUBSYSTEM_NOTIF_VIRT=m
CONFIG_NET_FAILOVER=m
CONFIG_NOP_USB_XCEIV=m
CONFIG_PCI_MSM=m
@ -59,6 +60,7 @@ CONFIG_QCOM_MEM_BUF_GH=y
CONFIG_QCOM_MEM_BUF_MSGQ=m
CONFIG_QCOM_PDC=m
CONFIG_QCOM_QMI_HELPERS=m
CONFIG_QCOM_RPROC_COMMON=m
CONFIG_QCOM_RUN_QUEUE_STATS=m
CONFIG_QCOM_SCM=m
CONFIG_QCOM_SCM_HAB=m

View File

@ -50,6 +50,8 @@ def define_autogvm():
"drivers/regulator/debug-regulator.ko",
"drivers/regulator/stub-regulator.ko",
"drivers/regulator/virtio_regulator.ko",
"drivers/remoteproc/rproc_qcom_common.ko",
"drivers/remoteproc/subsystem_notif_virt.ko",
"drivers/rtc/rtc-pm8xxx.ko",
"drivers/soc/qcom/boot_stats.ko",
"drivers/soc/qcom/hab/msm_hab.ko",