10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
|
mainmenu "Your Application Name"
|
||
|
|
||
|
config ZEPHYR_BASE
|
||
|
string
|
||
|
option env="ZEPHYR_BASE"
|
||
|
|
||
|
source "$ZEPHYR_BASE/Kconfig.zephyr"
|
||
|
|
||
|
# Your application configuration options go here.
|