diff options
Diffstat (limited to 'payloads/external/FILO/Kconfig')
-rw-r--r-- | payloads/external/FILO/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/payloads/external/FILO/Kconfig b/payloads/external/FILO/Kconfig new file mode 100644 index 0000000000..94d5e18df0 --- /dev/null +++ b/payloads/external/FILO/Kconfig @@ -0,0 +1,22 @@ +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 |