diff mbox series

[PATCHv1,3/3] configs: imx93-11x11-evk: enable CONFIG_MP to support cpu command

Message ID 20240719114850.28134-4-Zhiqiang.Hou@nxp.com
State Changes Requested
Delegated to: Simon Glass
Headers show
Series Enable the 'cpu' command for i.MX93 EVK board | expand

Commit Message

Z.Q. Hou July 19, 2024, 11:48 a.m. UTC
From: Tao Yang <Tao.Yang1@nxp.com>

Enable the cpu command support for the default config.

Signed-off-by: Tao Yang <Tao.Yang1@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
---
 configs/imx93_11x11_evk_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
index 2246715d82..b5c7e92a0e 100644
--- a/configs/imx93_11x11_evk_defconfig
+++ b/configs/imx93_11x11_evk_defconfig
@@ -127,3 +127,4 @@  CONFIG_ULP_WATCHDOG=y
 CONFIG_WDT=y
 CONFIG_LZO=y
 CONFIG_BZIP2=y
+CONFIG_MP=y