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>
10 lines
231 B
CMake
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()
|