1# Kinetis KL2x series configuration options
2
3# Copyright 2017, 2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_KINETIS_KL2X
7
8config NUM_IRQS
9	default 32 if SOC_MKL25Z4
10
11# The flash option register (FOPT) boot options
12# 0011 1011 - Boot from Internal Flash.
13#             Set NMI pin/interrupts to disabled.
14config KINETIS_FLASH_CONFIG_FOPT
15	default 0x3B
16	depends on KINETIS_FLASH_CONFIG
17
18endif # SOC_SERIES_KINETIS_KL2X
19