blob: 9cfcc489955fd5556d181bc4daa4a54520f7f41c [file] [log] [blame]
# Kinetis K6x series default configurations
# Copyright (c) 2014-2016 Wind River Systems, Inc.
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_KINETIS_K6X
config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
default y
config NUM_IRQS
default 100 if SOC_MK66F18
default 86 if SOC_MK64F12
config GPIO
default y
config SPI
default n if SOC_MK64F12
# The flash option register (FOPT) boot options
# 1111 1001 - Set NMI pin/interrupts and EzPort reset default to disabled
config KINETIS_FLASH_CONFIG_FOPT
default 0xF9
depends on KINETIS_FLASH_CONFIG
endif # SOC_SERIES_KINETIS_K6X