1# Copyright 2023 NXP 2# All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5 6# utilities_misc_utilities 7config MCUX_HAS_utilities_misc_utilities 8 bool 9 10config MCUX_USE_utilities_misc_utilities 11 depends on MCUX_HAS_utilities_misc_utilities 12 bool "Utilities miscellaneous" 13 help 14 Utilities which is needed for particular toolchain like the SBRK function required to address limitation between HEAP and STACK in GCC toolchain library. 15 16# utility_incbin 17config MCUX_HAS_utility_incbin 18 bool 19 20config MCUX_USE_utility_incbin 21 depends on MCUX_HAS_utility_incbin 22 bool "utility incbin" 23 help 24 Used to include slave core binary into master core binary. 25