Skip to content

Commit

Permalink
plat-sam: enable SCMI reset domain management protocol and rstctrl dr…
Browse files Browse the repository at this point in the history
…iver

Enable CFG_SCMI_MSG_RESET_DOMAIN and CFG_DRIVERS_RSTCTRL.

Signed-off-by: Tony Han <[email protected]>
  • Loading branch information
TonyHan11 committed Nov 19, 2024
1 parent f5bde14 commit ac07e4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-sam/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ include core/arch/arm/cpu/cortex-a7.mk
$(call force,CFG_SAMA7G5,y)
$(call force,CFG_GIC,y)
$(call force,CFG_TZC400,y)
$(call force,CFG_SCMI_MSG_RESET_DOMAIN,y)
else
include core/arch/arm/cpu/cortex-a5.mk
$(call force,CFG_SAMA5D2,y)
Expand All @@ -36,6 +37,7 @@ $(call force,CFG_AT91_MATRIX,y)
$(call force,CFG_DRIVERS_CLK,y)
$(call force,CFG_DRIVERS_CLK_DT,y)
$(call force,CFG_DRIVERS_CLK_FIXED,y)
$(call force,CFG_DRIVERS_RSTCTRL,y)
$(call force,CFG_DRIVERS_SAM_CLK,y)
$(call force,CFG_PSCI_ARM32,y)
$(call force,CFG_SM_PLATFORM_HANDLER,y)
Expand Down

0 comments on commit ac07e4e

Please sign in to comment.