23 lines
404 B
Plaintext
23 lines
404 B
Plaintext
# 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
|
|
|
|
endif # SOC_SERIES_KINETIS_K6X
|