1# S32K344
2
3# Copyright 2023 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_S32K344_M7
7
8config SOC
9	default "s32k344"
10
11config FPU
12	default y
13
14endif # SOC_S32K344_M7
15