1# Copyright 2022 NXP
2#
3# SPDX-License-Identifier: Apache-2.0
4
5source "Kconfig.zephyr"
6
7config INCLUDE_REMOTE_DIR
8	bool "Include remote core header directory"
9	help
10	  Include remote build header files. Can be used if primary image
11	  needs to be aware of size or base address of secondary image
12