On Sun, Oct 24, 2021 at 5:40 PM Jesse Taube <mr.bossman075@xxxxxxxxx> wrote: > > From: Giulio Benetti <giulio.benetti@xxxxxxxxxxxxxxxxxxxxxx> > > The i.MXRT10xx family of processors features NXP's implementation of the > Arm Cortex-M7 core and in some case the Arm Cortex-M4 core too. > > This patch aims to add an initial support for imxrt. > +config SOC_IMXRT > + bool "i.MXRT support" > + depends on ARM_SINGLE_ARMV7M || ARCH_MULTI_V7 > + select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M > + select ARM_GIC if ARCH_MULTI_V7 The Kconfig entry appears to contradict the description. Is this platform only for Armv7-M, or are there also variants with Armv7-A cores? Arnd