Marti Bolivar | 40e04e6 | 2017-11-02 14:14:10 -0400 | [diff] [blame] | 1 | mainmenu "Your Application Name" |
2 | |||||
3 | config ZEPHYR_BASE | ||||
4 | string | ||||
5 | option env="ZEPHYR_BASE" | ||||
6 | |||||
Marti Bolivar | 40e04e6 | 2017-11-02 14:14:10 -0400 | [diff] [blame] | 7 | source "$ZEPHYR_BASE/Kconfig.zephyr" |
8 | |||||
9 | # Your application configuration options go here. |