zephyr/boards/nxp/frdm_mcxn947/Kconfig.defconfig

25 lines
435 B
Plaintext

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_FRDM_MCXN947
config NET_L2_ETHERNET
default y if NETWORKING
if SD_STACK
# SD stack requires larger main stack size
config MAIN_STACK_SIZE
default 1536
endif
if BOOTLOADER_MCUBOOT
choice MCUBOOT_BOOTLOADER_MODE
# Board only supports MCUBoot via "upgrade only" method:
default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
endchoice
endif #BOOTLOADER_MCUBOOT
endif