18 lines
348 B
Plaintext
18 lines
348 B
Plaintext
# Kconfig - iMX RT series
|
|
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_IMX_RT
|
|
bool "i.MX RT Series"
|
|
select CPU_CORTEX_M
|
|
select CPU_CORTEX_M7
|
|
select SOC_FAMILY_IMX
|
|
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
|
|
select CPU_HAS_SYSTICK
|
|
select CLOCK_CONTROL
|
|
help
|
|
Enable support for i.MX RT MCU series
|