blob: 94d5e18df04041ff622465ae1d3de01d71816108 [file] [log] [blame]
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