23 lines
286 B
Plaintext
23 lines
286 B
Plaintext
|
if PAYLOAD_FILO
|
||
|
|
||
|
choice
|
||
|
prompt "FILO version"
|
||
|
default FILO_STABLE
|
||
|
|
||
|
config FILO_STABLE
|
||
|
bool "0.6.0"
|
||
|
help
|
||
|
Stable FILO version
|
||
|
|
||
|
config FILO_MASTER
|
||
|
bool "HEAD"
|
||
|
help
|
||
|
Newest FILO version
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config PAYLOAD_FILE
|
||
|
default "payloads/external/FILO/filo/build/filo.elf"
|
||
|
|
||
|
endif
|