blob: 0dbdc4dcfbc971c0ed126cec2148270a7fe7a6ee [file] [log] [blame]
Marti Bolivar40e04e62017-11-02 14:14:10 -04001mainmenu "Your Application Name"
2
3config ZEPHYR_BASE
4 string
5 option env="ZEPHYR_BASE"
6
Marti Bolivar40e04e62017-11-02 14:14:10 -04007source "$ZEPHYR_BASE/Kconfig.zephyr"
8
9# Your application configuration options go here.