You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
480 B
13 lines
480 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
mainmenu "Your Application Name" |
|
|
|
# Your application configuration options go here |
|
|
|
# Sources Kconfig.zephyr in the Zephyr root directory. |
|
# |
|
# Note: All 'source' statements work relative to the Zephyr root directory (due |
|
# to the $srctree environment variable being set to $ZEPHYR_BASE). If you want |
|
# to 'source' relative to the current Kconfig file instead, use 'rsource' (or a |
|
# path relative to the Zephyr root). |
|
source "Kconfig.zephyr"
|
|
|