blob: 5a561247590552f8d18988b8b4eb7d17baf61d39 [file] [log] [blame]
mainmenu "Your Application Name"
config ZEPHYR_BASE
string
option env="ZEPHYR_BASE"
config APPLICATION_BASE
string
option env="PROJECT_BASE"
source "$ZEPHYR_BASE/Kconfig.zephyr"
# Your application configuration options go here.