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

24 lines
503 B
Plaintext

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_MCXNX4X
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
endif # SOC_SERIES_MCXNX4X