1# Copyright 2023 NXP
2# All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5if MCUX_USE_BOARD_FRDMK32L2A4S
6
7config MCUX_BOARD
8    default "frdmk32l2a4s"
9
10config MCUX_KIT
11    default "frdmk32l2a4s"
12
13
14#### Board level drivers ####
15
16endif