1# iMX RT series
2
3# Copyright (c) 2017-2021,2023 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_IMX_RT
7	bool "i.MX RT Series"
8	select ARM
9	select SOC_FAMILY_IMX
10	select CLOCK_CONTROL
11	select HAS_PM
12	select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
13	help
14	  Enable support for i.MX RT MCU series
15