Skip to content

Commit

Permalink
core: imx: enable ELE by default
Browse files Browse the repository at this point in the history
Enable ELE by default on all ELE supported devices

Signed-off-by: Sahil Malhotra <[email protected]>
  • Loading branch information
sahilnxp committed Feb 14, 2025
1 parent b279399 commit 3f73015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/arch/arm/plat-imx/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ CFG_TEE_CORE_NB_CORE ?= 2
$(call force,CFG_NXP_SNVS,n)
$(call force,CFG_IMX_OCOTP,n)
CFG_IMX_MU ?= y
CFG_IMX_ELE ?= n
CFG_IMX_ELE ?= y
else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx93-flavorlist)))
$(call force,CFG_MX93,y)
$(call force,CFG_ARM64_core,y)
Expand All @@ -241,7 +241,7 @@ $(call force,CFG_TZC380,n)
$(call force,CFG_CRYPTO_DRIVER,n)
$(call force,CFG_NXP_CAAM,n)
CFG_IMX_MU ?= y
CFG_IMX_ELE ?= n
CFG_IMX_ELE ?= y
else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx95-flavorlist)))
$(call force,CFG_MX95,y)
$(call force,CFG_ARM64_core,y)
Expand All @@ -263,7 +263,7 @@ $(call force,CFG_IMX_OCOTP,n)
$(call force,CFG_TZC380,n)
$(call force,CFG_NXP_CAAM,n)
CFG_IMX_MU ?= y
CFG_IMX_ELE ?= n
CFG_IMX_ELE ?= y
else
$(error Unsupported PLATFORM_FLAVOR "$(PLATFORM_FLAVOR)")
endif
Expand Down

0 comments on commit 3f73015

Please sign in to comment.