zephyr/soc/nxp/mcx/mcxn/Kconfig.defconfig

31 lines
654 B
Plaintext

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_MCXN
config MFD
default y if DT_HAS_NXP_LP_FLEXCOMM_ENABLED
config NUM_IRQS
default 155
config ROM_START_OFFSET
default 0x400 if BOOTLOADER_MCUBOOT
config ZTEST_NO_YIELD
default y if (PM && ZTEST)
config MCUX_LPTMR_TIMER
default n if (DT_HAS_NXP_OS_TIMER_ENABLED || DT_HAS_ARM_ARMV8M_SYSTICK_ENABLED)
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 1000000 if MCUX_OS_TIMER
default 16000 if MCUX_LPTMR_TIMER
default 150000000 if CORTEX_M_SYSTICK
# Set to the minimal size of data which can be written.
config FLASH_FILL_BUFFER_SIZE
default 128
endif # SOC_SERIES_MCXN