defconfig: Enable gunyah rm booster for pineapple

Enable gunyah rm booster driver as module.

Change-Id: I083cb34da0c0026551ac94956fc90a792c0b3c59
Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
This commit is contained in:
Jingyi Wang 2023-03-16 17:20:41 +08:00
parent 01f79d0637
commit 718207a9f2
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ CONFIG_GH_MEM_NOTIFIER=m
CONFIG_GH_MSGQ=m
CONFIG_GH_PANIC_NOTIFIER=m
CONFIG_GH_PROXY_SCHED=m
CONFIG_GH_RM_BOOSTER=m
CONFIG_GH_RM_DRV=m
CONFIG_GH_SECURE_VM_LOADER=m
CONFIG_GH_TLMM_VM_MEM_ACCESS=m

View File

@ -241,6 +241,7 @@ def define_pineapple():
"drivers/virt/gunyah/gh_mem_notifier.ko",
"drivers/virt/gunyah/gh_msgq.ko",
"drivers/virt/gunyah/gh_panic_notifier.ko",
"drivers/virt/gunyah/gh_rm_booster.ko",
"drivers/virt/gunyah/gh_rm_drv.ko",
"drivers/virt/gunyah/gh_virt_wdt.ko",
"drivers/virt/gunyah/gunyah.ko",