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