1# SPDX-License-Identifier: Apache-2.0 2 3mainmenu "Your Application Name" 4 5# Your application configuration options go here 6 7# Sources Kconfig.zephyr in the Zephyr root directory. 8# 9# Note: All 'source' statements work relative to the Zephyr root directory (due 10# to the $srctree environment variable being set to $ZEPHYR_BASE). If you want 11# to 'source' relative to the current Kconfig file instead, use 'rsource' (or a 12# path relative to the Zephyr root). 13source "Kconfig.zephyr" 14