2019-04-06 09:08:09 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
2017-11-02 14:14:10 -04:00
|
|
|
mainmenu "Your Application Name"
|
|
|
|
|
|
2018-07-31 19:20:44 +02:00
|
|
|
# Your application configuration options go here
|
2017-11-02 14:14:10 -04:00
|
|
|
|
2018-10-10 16:52:59 +02:00
|
|
|
# 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"
|