1# Copyright 2023 NXP 2# All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5 6 7config MCUX_USE_BOARD_FRDMK32L3A6_CM0PLUS 8 bool "FRDMK32L3A6 [CM0PLUS]" 9 select MCUX_USE_SOC_K32L3A60_CM0PLUS 10 select MCUX_SOC_PART_K32L3A60xxx 11 12config MCUX_USE_BOARD_FRDMK32L3A6_CM4 13 bool "FRDMK32L3A6 [CM4]" 14 select MCUX_USE_SOC_K32L3A60_CM4 15 select MCUX_SOC_PART_K32L3A60xxx