Anas Nashif | 3ae5262 | 2019-04-06 09:08:09 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | |
Marti Bolivar | 40e04e6 | 2017-11-02 14:14:10 -0400 | [diff] [blame] | 3 | mainmenu "Your Application Name" |
| 4 | |
Ulf Magnusson | d08a212 | 2018-07-31 19:20:44 +0200 | [diff] [blame] | 5 | # Your application configuration options go here |
Marti Bolivar | 40e04e6 | 2017-11-02 14:14:10 -0400 | [diff] [blame] | 6 | |
Ulf Magnusson | 92ef858 | 2018-10-10 16:52:59 +0200 | [diff] [blame] | 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). |
| 13 | source "Kconfig.zephyr" |