zephyr/soc/nxp/imx/imx9/CMakeLists.txt
Hou Zhiqiang e16a326af7 soc: nxp: add SoC imx91 support
The i.MX 91 SoC’s integrated EdgeLock® Secure Enclave provides
security features including lifecycle management, tamper detection,
secure boot and a simplified path to certifications. The i.MX 91
family features an Arm® Cortex®-A55 running at up to 1.4GHz,
support for modern LPDDR4 memory to enable platform longevity,
dual Gigabit Ethernet and dual USB ports, along with a rich set
of peripherals targeting medical, industrial and consumer IoT
market segments.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
2025-02-11 22:08:59 +01:00

10 lines
231 B
CMake

# Copyright 2024-2025 NXP
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_SOC_MIMX9131)
add_subdirectory(imx91)
elseif(CONFIG_SOC_MIMX9352)
add_subdirectory(imx93)
elseif(CONFIG_SOC_MIMX9596)
add_subdirectory(imx95)
endif()