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]>
Acked-by: Etienne Carriere <[email protected]>
  • Loading branch information
TonyHan11 committed Jan 7, 2025
1 parent 2be9947 commit 7960ff3
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 @@ -21,6 +21,7 @@ $(call force,CFG_SAMA7G5,y)
$(call force,CFG_GIC,y)
$(call force,CFG_TZC400,y)
$(call force,CFG_MICROCHIP_PIT,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 @@ -37,6 +38,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 7960ff3

Please sign in to comment.