Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core/arch/arm/plat-versal2/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ CFG_CONSOLE_UART ?= 0
# PS GPIO Controller configuration.
CFG_AMD_PS_GPIO ?= n

CFG_AMD_ASU_SUPPORT ?= y
CFG_AMD_APU_LCL_IPI_ID ?= 0x0004

ifeq ($(CFG_AMD_PS_GPIO),y)
$(call force,CFG_MAP_EXT_DT_SECURE,y)
$(call force,CFG_DRIVERS_GPIO,y)
Expand Down
Loading