zephyr/boards/nxp/mimxrt685_evk/Kconfig.mimxrt685_evk
Daniel Baluta cffea52fa8 boards: nxp: Rename mimxrt685_evk to mimxrt685_evk_mimxrt685s_cm33
In preparation for adding AMP support for i.MX RT6xx family we need
to rename existing cm33 support files to more specific names.

e.g mimxrt685_evk.dts -> mimxrt685_evk_mimxrt685s_cm33.dts

This will allow us to later add support for Cadence DSP found on i.MX
RT6xx series.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2024-04-03 15:41:16 +01:00

6 lines
199 B
Text

# Copyright 2020, 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_MIMXRT685_EVK
select SOC_PART_NUMBER_MIMXRT685SFVKB
select SOC_MIMXRT685S_CM33 if BOARD_MIMXRT685_EVK_MIMXRT685S_CM33