blob: 42da0571c6ffae702494995aafa7d6de00f1979a [file] [log] [blame]
Anas Nashif3ae52622019-04-06 09:08:09 -04001# SPDX-License-Identifier: Apache-2.0
2
Marti Bolivar40e04e62017-11-02 14:14:10 -04003mainmenu "Your Application Name"
4
Ulf Magnussond08a2122018-07-31 19:20:44 +02005# Your application configuration options go here
Marti Bolivar40e04e62017-11-02 14:14:10 -04006
Ulf Magnusson92ef8582018-10-10 16:52:59 +02007# 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"