Skip to content

Commit e15c29a

Browse files
committed
core: imx: enable MU and ELE drivers for imx95
Enable both MU and ELE driver for imx95 Signed-off-by: Sahil Malhotra <[email protected]>
1 parent 75ab37f commit e15c29a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/arch/arm/plat-imx/conf.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ $(call force,CFG_NXP_SNVS,n)
255255
$(call force,CFG_IMX_OCOTP,n)
256256
$(call force,CFG_TZC380,n)
257257
$(call force,CFG_NXP_CAAM,n)
258+
CFG_IMX_MU ?= y
259+
CFG_IMX_ELE ?= y
258260
else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx91-flavorlist)))
259261
$(call force,CFG_MX91,y)
260262
$(call force,CFG_ARM64_core,y)

0 commit comments

Comments
 (0)